diff options
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/tsak/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/experimental/tsak/main.cpp b/experimental/tsak/main.cpp index ad32b3cd4..d7ba23b25 100644 --- a/experimental/tsak/main.cpp +++ b/experimental/tsak/main.cpp @@ -38,7 +38,6 @@ License along with tsak. If not, see http://www.gnu.org/licenses/. #define FIFO_DIR "/tmp/ksocket-global" #define FIFO_FILE_OUT "/tmp/ksocket-global/tsak" -#define PIPE_CHECK_INTERVAL 50 #define TestBit(bit, array) (array[(bit) / 8] & (1 << ((bit) % 8))) |