summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Adams2011-03-28 14:58:13 +0000
committerJoey Adams2011-03-28 14:58:13 +0000
commit2185468cccf694c74dc17d61259cde5eb57535d4 (patch)
treee178200a8097cf143e225f1348bc6b37c7890d08
parent0a77d0c339bd7490ec54a3abeeccd7fdc0fdd1f7 (diff)
[cleanup] Remove compat.c, as it is currently empty.
-rw-r--r--Makefile2
-rw-r--r--compat.c14
2 files changed, 1 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 073141f..36efb52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
MODULE_big = json
-OBJS = json.o json_io.o json_op.o compat.o
+OBJS = json.o json_io.o json_op.o
DATA_built = json.sql
DATA = uninstall_json.sql
diff --git a/compat.c b/compat.c
deleted file mode 100644
index aa1fd39..0000000
--- a/compat.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * compat.c
- * Compatibility routines to let the JSON module work in PostgreSQL 8.3
- *
- * Copyright (c) 2011, PostgreSQL Global Development Group
- * Arranged by Joey Adams <[email protected]>.
- *
- *-------------------------------------------------------------------------
- */
-
-#include "compat.h"
-
-