chiark / gitweb /
Upstream qmail 1.03
[qmail] / timeoutwrite.h
index c93aa18a436f33619815f552f94cd1eff04377c2..47258617b2cdedbe3415dbaa589fa0358ec0af87 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef TIMEOUTWRITE_H
 #define TIMEOUTWRITE_H
 
-#define TIMEOUTWRITE(s,fd) (((s) << 10) | (fd))
-
 extern int timeoutwrite();
 
 #endif