]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Removed non-existant function from extern.h
authorMichael Meskes <meskes@postgresql.org>
Fri, 27 Apr 2007 07:55:28 +0000 (07:55 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 27 Apr 2007 07:55:28 +0000 (07:55 +0000)
src/interfaces/ecpg/ecpglib/extern.h

index aed06f335353bf672dd7f5cc27b1710413433828..edbf8e532f4725e7a399d6aad8e3e09570262cf7 100644 (file)
@@ -126,13 +126,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
                                 const struct statement * stmt, struct variable * var);
 bool           ECPGstore_input(const int, const bool, const struct variable *, const char **, bool *);
 
-#if defined(__GNUC__) && (defined (__powerpc__) || defined(__amd64__) || defined(__x86_64__))
- /* work around a gcc/ABI bug with va_lists on ppc+amd64 */
-void           ECPGget_variable(va_list, enum ECPGttype, struct variable *, bool);
-#else
-void           ECPGget_variable(va_list *, enum ECPGttype, struct variable *, bool);
-#endif
-
 /* SQLSTATE values generated or processed by ecpglib (intentionally
  * not exported -- users should refer to the codes directly) */