aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/variable.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2000-03-07 15:11:03 +0000
committerMichael Meskes <meskes@postgresql.org>2000-03-07 15:11:03 +0000
commit5a197810c09da06a772c235a6bba68290745d74c (patch)
treedd0053c6d2c99e6f9dc980a350623b30f3ae9496 /src/interfaces/ecpg/preproc/variable.c
parentad3db67e5311590d42b8c5fce2a8ee2116678923 (diff)
downloadpostgresql-5a197810c09da06a772c235a6bba68290745d74c.tar.gz
postgresql-5a197810c09da06a772c235a6bba68290745d74c.zip
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/preproc/variable.c')
-rw-r--r--src/interfaces/ecpg/preproc/variable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/variable.c b/src/interfaces/ecpg/preproc/variable.c
index 10b8af6cf95..98cf32576d7 100644
--- a/src/interfaces/ecpg/preproc/variable.c
+++ b/src/interfaces/ecpg/preproc/variable.c
@@ -189,7 +189,6 @@ reset_variables(void)
argsresult = NULL;
}
-
/* Add a variable to a request. */
void
add_variable(struct arguments ** list, struct variable * var, struct variable * ind)