diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:34:52 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:34:52 +0000 |
commit | 0c7d8ce5a50138f9dcadc5087f00d8ff29c8cbdf (patch) | |
tree | 356414ece3fa67a6c589e1170c87e926ca5dced4 /bin | |
parent | 430df5f4b75085bc187ec0bc2b2b53182c8bf03b (diff) | |
download | src-test2-0c7d8ce5a50138f9dcadc5087f00d8ff29c8cbdf.tar.gz src-test2-0c7d8ce5a50138f9dcadc5087f00d8ff29c8cbdf.zip |
Notes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rmail/rmail.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 8f06cf11b21e..1bd75af6ce37 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -101,11 +101,6 @@ main(argc, argv) char *from_path, *from_sys, *from_user; char *args[100], buf[2048], lbuf[2048]; -#ifdef lint - fplen = fptlen = 0; - addrp = NULL; -#endif - debug = 0; domain = "UUCP"; /* Default "domain". */ while ((ch = getopt(argc, argv, "D:T")) != -1) |