From d3540628b768b838817d65246412f28a9cc3bc49 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 6 Sep 2011 10:35:01 -0500 Subject: [PATCH] Remove unused STP_WORK_TIMER define. * runtime/transport/transport.h: Remove unused STP_WORK_TIMER. --- runtime/transport/transport.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runtime/transport/transport.h b/runtime/transport/transport.h index 3d85f78e5..fc693f185 100644 --- a/runtime/transport/transport.h +++ b/runtime/transport/transport.h @@ -20,11 +20,6 @@ #define STP_CTL_BUFFER_SIZE 256 #endif -/* how often the work queue wakes up and checks buffers */ -#ifndef STP_WORK_TIMER -#define STP_WORK_TIMER (HZ/100) -#endif - static unsigned _stp_nsubbufs; static unsigned _stp_subbuf_size; -- 2.43.5