X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3244635aa11878135a014cf2c9ec9177f8e9d0ba..cba08bb454a0e3571cfc3e858dc2b2817e7b7538:/db/functions/xid_to_int4.c?ds=inline

diff --git a/db/functions/xid_to_int4.c b/db/functions/xid_to_int4.c
index 6863dfaca..d654bf269 100644
--- a/db/functions/xid_to_int4.c
+++ b/db/functions/xid_to_int4.c
@@ -1,14 +1,3 @@
-#ifndef USE_MYSQL
-#ifndef USE_PGSQL
-#error One of USE_MYSQL or USE_PGSQL must be defined
-#endif
-#endif
-
-#ifdef USE_PGSQL
-#ifdef USE_MYSQL
-#error ONLY one of USE_MYSQL and USE_PGSQL should be defined
-#endif
-
 #include <postgres.h>
 #include <fmgr.h>
 
@@ -26,5 +15,3 @@ int xid_to_int4(TransactionId xid)
  *
  * (without all the *s)
  */
-
-#endif