From 52c82d590a112bae71a26659b495300d2d979b64 Mon Sep 17 00:00:00 2001
From: Neil Conway <neilc@samurai.com>
Date: Fri, 14 May 2004 22:21:43 +0000
Subject: [PATCH] Remove an unused (and empty) header file.

---
 src/include/lib/lispsort.h | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 src/include/lib/lispsort.h

diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
deleted file mode 100644
index ddf7fc1e441..00000000000
--- a/src/include/lib/lispsort.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * lispsort.h
- *
- *
- *
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $PostgreSQL: pgsql/src/include/lib/lispsort.h,v 1.13 2003/11/29 22:41:02 pgsql Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef LISPSORT_H
-#define LISPSORT_H
-
-#endif   /* LISPSORT_H */
-- 
GitLab