From fd7d4001f6df5c05dca59d37be94a9cd9104d68f Mon Sep 17 00:00:00 2001 From: sjborley Date: Sat, 21 May 2005 13:37:31 +0000 Subject: [PATCH] Removed the files src/misc/terminal.h/.c and src/include/terminal.h The first two were empty and the last just included the second. The relavent makefile.am files have been updated --- src/include/Makefile.am | 2 +- src/include/terminal.h | 1 - src/misc/Makefile.am | 3 +-- src/misc/terminal.c | 0 src/misc/terminal.h | 0 5 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 src/include/terminal.h delete mode 100644 src/misc/terminal.c delete mode 100644 src/misc/terminal.h diff --git a/src/include/Makefile.am b/src/include/Makefile.am index fd916023f..a1dd98842 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in +## $Id$ noinst_HEADERS = \ acdefs.h \ @@ -98,7 +99,6 @@ noinst_HEADERS = \ spmatrix.h \ suffix.h \ swec.h \ - terminal.h \ tfdefs.h \ trandefs.h \ trcvdefs.h \ diff --git a/src/include/terminal.h b/src/include/terminal.h deleted file mode 100644 index 554c69fb5..000000000 --- a/src/include/terminal.h +++ /dev/null @@ -1 +0,0 @@ -#include "../misc/terminal.h" diff --git a/src/misc/Makefile.am b/src/misc/Makefile.am index 6d355cd45..d958c5e00 100644 --- a/src/misc/Makefile.am +++ b/src/misc/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in +## $Id$ noinst_LIBRARIES = libmisc.a @@ -21,8 +22,6 @@ libmisc_a_SOURCES = \ printnum.h \ string.c \ stringutil.h \ - terminal.c \ - terminal.h \ tilde.c \ tilde.h \ misc_time.c \ diff --git a/src/misc/terminal.c b/src/misc/terminal.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/misc/terminal.h b/src/misc/terminal.h deleted file mode 100644 index e69de29bb..000000000