aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib/qsort.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-10-17 22:19:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-10-17 22:19:07 +0000
commit887afac1f59e2b69a8bbbdac6d13ff288042e855 (patch)
tree4f0c2f620a3dd998cc4bf9af9bc5066517dbf858 /src/include/lib/qsort.h
parent26c48b5e8cffafaf3b8acf345ca9fd8a1e408a54 (diff)
downloadpostgresql-887afac1f59e2b69a8bbbdac6d13ff288042e855.tar.gz
postgresql-887afac1f59e2b69a8bbbdac6d13ff288042e855.zip
Remove now-dead sort modules.
Diffstat (limited to 'src/include/lib/qsort.h')
-rw-r--r--src/include/lib/qsort.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/lib/qsort.h b/src/include/lib/qsort.h
deleted file mode 100644
index d7bd348f862..00000000000
--- a/src/include/lib/qsort.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * qsort.h
- *
- *
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: qsort.h,v 1.7 1999/02/13 23:21:32 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef QSORT_H
-#define QSORT_H
-
-
-extern void pg_qsort(void *bot,
- size_t nmemb,
- size_t size,
- int (*compar) (void *, void *));
-
-#endif /* QSORT_H */