Clean up after a forgotten part of patch #5829.
authorBen Pfaff <blp@gnu.org>
Sat, 2 Jun 2007 22:02:32 +0000 (22:02 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 2 Jun 2007 22:02:32 +0000 (22:02 +0000)
* casedeque.h: Remove unused file.

* automake.mk: Remove casedeque.h from sources.

src/data/ChangeLog
src/data/automake.mk
src/data/casedeque.h [deleted file]

index d95fd00d642496e46fb6421ff6d77041725b5b0f..cb1085b36872d8136191daac6d4126569b2988f3 100644 (file)
@@ -1,3 +1,11 @@
+2007-06-02  Ben Pfaff  <blp@gnu.org>
+
+       Clean up after a forgotten part of patch #5829.
+       
+       * casedeque.h: Remove unused file.
+
+       * automake.mk: Remove casedeque.h from sources.
+
 2007-05-10  Jason Stover  <jhs@math.gcsu.edu>
 
        * category.c: Removed redundant #include
index e3c83e1d20675e14433bd80658081e779e462106..ea02d2e07ceeb30f7b0a4e49bd2419146c545cea 100644 (file)
@@ -13,7 +13,6 @@ src_data_libdata_a_SOURCES = \
        src/data/case-source.c \
        src/data/case-source.h \
        src/data/case.c \
-       src/data/casedeque.h \
        src/data/casefilter.c \
        src/data/casefilter.h \
        src/data/casefile.h \
diff --git a/src/data/casedeque.h b/src/data/casedeque.h
deleted file mode 100644 (file)
index 189b514..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* PSPP - computes sample statistics.
-   Copyright (C) 2007 Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-   02110-1301, USA. */
-
-#ifndef DATA_CASEDEQUE_H
-#define DATA_CASEDEQUE_H 1
-
-#include <data/case.h>
-#include <libpspp/deque.h>
-
-DEQUE_DECLARE (casedeque, struct ccase)
-
-#endif /* data/casedeque.h */