diff options
author | Neil Conway <neilc@samurai.com> | 2004-05-14 22:21:43 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-05-14 22:21:43 +0000 |
commit | 52c82d590a112bae71a26659b495300d2d979b64 (patch) | |
tree | b846555760470f0f258b96eb7a6d36f5379c7dce /src | |
parent | 0079547bcbedff2a653204571c3cda22c35907d4 (diff) | |
download | postgresql-52c82d590a112bae71a26659b495300d2d979b64.tar.gz postgresql-52c82d590a112bae71a26659b495300d2d979b64.zip |
Remove an unused (and empty) header file.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/lib/lispsort.h | 17 |
1 files changed, 0 insertions, 17 deletions
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 */ |