Remove attempts to quieten compiler static-checking
[users/heiko/exim.git] / src / src / local_scan.c
index 4dd0b2baa8c98aab288e05e5e9458ed325c7e75a..2032ae70dab8a5ab026b1ee2feff79f6d1877b87 100644 (file)
@@ -57,8 +57,6 @@ The return values of this function are:
 int
 local_scan(int fd, uschar **return_text)
 {
-fd = fd;                      /* Keep picky compilers happy */
-return_text = return_text;
 return LOCAL_SCAN_ACCEPT;
 }