Commit 7e8ee183 authored by Marc G. Fournier's avatar Marc G. Fournier

Remove extra functions temporarily while a proper fix is found...

parent bd2c53c2
/* /*
* Edmund Mergl <E.Mergl@bawue.de> * Edmund Mergl <E.Mergl@bawue.de>
* *
* $Id: oracle_compat.c,v 1.3 1997/03/15 06:00:19 scrappy Exp $ * $Id: oracle_compat.c,v 1.4 1997/03/16 01:17:49 scrappy Exp $
* *
*/ */
...@@ -451,6 +451,7 @@ TRANSLATE(text *string, char from, char to) ...@@ -451,6 +451,7 @@ TRANSLATE(text *string, char from, char to)
return ret; return ret;
} }
#if 0
/******************************************************************** /********************************************************************
* *
...@@ -698,5 +699,6 @@ substr(text *string, int4 m) ...@@ -698,5 +699,6 @@ substr(text *string, int4 m)
return ret; return ret;
} }
#endif
/* EOF */ /* EOF */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment