diff options
author | Michael Meskes <meskes@postgresql.org> | 2000-03-07 15:11:03 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2000-03-07 15:11:03 +0000 |
commit | 5a197810c09da06a772c235a6bba68290745d74c (patch) | |
tree | dd0053c6d2c99e6f9dc980a350623b30f3ae9496 /src/interfaces/ecpg/preproc/variable.c | |
parent | ad3db67e5311590d42b8c5fce2a8ee2116678923 (diff) | |
download | postgresql-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.c | 1 |
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) |