summaryrefslogtreecommitdiff
path: root/usr.bin/mg/main.c
diff options
context:
space:
mode:
authorlum <lum@cvs.openbsd.org>2012-05-29 06:08:49 +0000
committerlum <lum@cvs.openbsd.org>2012-05-29 06:08:49 +0000
commitb3c0080c852e5135cfec02dae6ab1936116ebad1 (patch)
treebbdcff7f8c82263d8dfc40017676401297336899 /usr.bin/mg/main.c
parent5e3d81e6e487faebd41faed591c0df34be5a89b5 (diff)
There is no other reference to SYSCLEANUP in the src tree. Remove.
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r--usr.bin/mg/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c
index 28a848b7ac6..c93eb9f895c 100644
--- a/usr.bin/mg/main.c
+++ b/usr.bin/mg/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.66 2012/05/29 05:52:46 lum Exp $ */
+/* $OpenBSD: main.c,v 1.67 2012/05/29 06:08:48 lum Exp $ */
/* This file is in the public domain. */
@@ -227,9 +227,6 @@ quit(int f, int n)
if (s == FALSE
|| eyesno("Modified buffers exist; really exit") == TRUE) {
vttidy();
-#ifdef SYSCLEANUP
- SYSCLEANUP;
-#endif /* SYSCLEANUP */
closetags();
exit(GOOD);
}