chiark / gitweb /
Debianization for 1.03-1
[qmail] / timeoutread.h
index c1d19a000bb04ab6ea09a150f960e2f2517e9edc..20d3bfce17a5dc101e347425dd6921f00b605be1 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef TIMEOUTREAD_H
 #define TIMEOUTREAD_H
 
-#define TIMEOUTREAD(s,fd) (((s) << 10) | (fd))
-
 extern int timeoutread();
 
 #endif