aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-06-02 10:55:27 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-06-02 10:55:27 +0000
commit577f843f6d6fdad2332c7a5d4c8c3dbcc52fe5d0 (patch)
tree5c1c8b451f09ec0e9adc5e321935257e8e431780 /global.h
parentb5e594cb55735480b762f8794cac4ebe630d6bec (diff)
downloadmig-577f843f6d6fdad2332c7a5d4c8c3dbcc52fe5d0.tar.gz
mig-577f843f6d6fdad2332c7a5d4c8c3dbcc52fe5d0.tar.bz2
mig-577f843f6d6fdad2332c7a5d4c8c3dbcc52fe5d0.zip
2007-06-02 Thomas Schwinge <tschwinge@gnu.org>
* global.c (LintLib): Remove definition. * global.h (LintLib): Remove declaration. * header.c (WriteUserRoutine, WriteServerRoutine): Don't emit `Lint' code. * user.c (WriteIncludes): Likewise. * utils.c (WriteRCSDecl): Likewise.
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/global.h b/global.h
index 300e5c6..ca4d865 100644
--- a/global.h
+++ b/global.h
@@ -68,8 +68,6 @@ extern string_t ServerFileName;
extern void more_global(void);
-extern const char LintLib[];
-
#ifndef NULL
#define NULL 0
#endif