summaryrefslogtreecommitdiff
path: root/libdes/debug_decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdes/debug_decl.c')
-rw-r--r--libdes/debug_decl.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/libdes/debug_decl.c b/libdes/debug_decl.c
deleted file mode 100644
index 30401dc..0000000
--- a/libdes/debug_decl.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * $Source$
- * $Author$
- *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
- *
- * Declaration of debugging flag.
- */
-
-#ifndef lint
-static char rcsid_debug_decl_c[] =
- "$Id$";
-#endif
-
-#include <mit-copyright.h>
-int des_debug = 0;