Upstream qmail 1.03
[qmail] / timeoutread.h
index c1d19a0..20d3bfc 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef TIMEOUTREAD_H
 #define TIMEOUTREAD_H
 
-#define TIMEOUTREAD(s,fd) (((s) << 10) | (fd))
-
 extern int timeoutread();
 
 #endif