From db9ed71f03b40f4828151de69aad0da6189da830 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@gnu.org>
Date: Sat, 2 Jun 2007 22:02:32 +0000
Subject: [PATCH] Clean up after a forgotten part of patch #5829.

* casedeque.h: Remove unused file.

* automake.mk: Remove casedeque.h from sources.
---
 src/data/ChangeLog   |  8 ++++++++
 src/data/automake.mk |  1 -
 src/data/casedeque.h | 27 ---------------------------
 3 files changed, 8 insertions(+), 28 deletions(-)
 delete mode 100644 src/data/casedeque.h

diff --git a/src/data/ChangeLog b/src/data/ChangeLog
index d95fd00d64..cb1085b368 100644
--- a/src/data/ChangeLog
+++ b/src/data/ChangeLog
@@ -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
diff --git a/src/data/automake.mk b/src/data/automake.mk
index e3c83e1d20..ea02d2e07c 100644
--- a/src/data/automake.mk
+++ b/src/data/automake.mk
@@ -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
index 189b5142f1..0000000000
--- a/src/data/casedeque.h
+++ /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 */
-- 
2.30.2