diff options
-rw-r--r-- | src/include/libpq/libpq.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index af4ba2ab07c..8fa896eb39e 100644 --- a/src/include/libpq/libpq.h +++ b/src/include/libpq/libpq.h @@ -20,22 +20,6 @@ #include "lib/stringinfo.h" #include "libpq/libpq-be.h" -/* ---------------- - * PQArgBlock - * Information (pointer to array of this structure) required - * for the PQfn() call. (This probably ought to go somewhere else...) - * ---------------- - */ -typedef struct -{ - int len; - int isint; - union - { - int *ptr; /* can't use void (dec compiler barfs) */ - int integer; - } u; -} PQArgBlock; typedef struct { |