diff options
author | Joey Adams | 2011-03-28 14:58:13 +0000 |
---|---|---|
committer | Joey Adams | 2011-03-28 14:58:13 +0000 |
commit | 2185468cccf694c74dc17d61259cde5eb57535d4 (patch) | |
tree | e178200a8097cf143e225f1348bc6b37c7890d08 | |
parent | 0a77d0c339bd7490ec54a3abeeccd7fdc0fdd1f7 (diff) |
[cleanup] Remove compat.c, as it is currently empty.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | compat.c | 14 |
2 files changed, 1 insertions, 15 deletions
@@ -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" - - |