diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-27 21:18:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-27 21:18:12 +0100 |
commit | 787c56e7e95744852594fc6ad08ae9368b79723a (patch) | |
tree | 64d0180fcfdcef6569297e3718b6b5143cea667d /src/exchangedb/pg_helper.h | |
parent | 26624bed95aaa29dcea00095e167f3d9ec0a129e (diff) |
-add do_purse_delete API
Diffstat (limited to 'src/exchangedb/pg_helper.h')
-rw-r--r-- | src/exchangedb/pg_helper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/exchangedb/pg_helper.h b/src/exchangedb/pg_helper.h index 4b5859662..512f75056 100644 --- a/src/exchangedb/pg_helper.h +++ b/src/exchangedb/pg_helper.h @@ -88,12 +88,6 @@ struct PostgresClosure */ uint32_t def_purse_limit; - /** - * Did we initialize the prepared statements - * for this session? (To be replaced with @e prep_gen.) - */ - bool init; - }; |