summaryrefslogtreecommitdiff
path: root/util/ss/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ss/data.c')
-rw-r--r--util/ss/data.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/util/ss/data.c b/util/ss/data.c
deleted file mode 100644
index dd6341c..0000000
--- a/util/ss/data.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
- * (Student Information Processing Board)
- *
- * For copyright info, see copyright.h.
- */
-
-#include <stdio.h>
-#include "ss_internal.h"
-#include "copyright.h"
-
-const static char copyright[] =
- "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
-
-ss_data **_ss_table = (ss_data **)NULL;
-char *_ss_pager_name = (char *)NULL;