From ca4b2e51ba0f732ea4b10a1fc2db1e24d2e27a34 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Aug 2024 22:59:29 +0200 Subject: misc bugfixes, DCE --- src/auditordb/pg_del_purses.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 src/auditordb/pg_del_purses.h (limited to 'src/auditordb/pg_del_purses.h') diff --git a/src/auditordb/pg_del_purses.h b/src/auditordb/pg_del_purses.h deleted file mode 100644 index e4f4566ad..000000000 --- a/src/auditordb/pg_del_purses.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - This file is part of TALER - Copyright (C) 2024 Taler Systems SA - - TALER is free software; you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the Free Software - Foundation; either version 3, or (at your option) any later version. - - TALER is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along with - TALER; see the file COPYING. If not, see - */ - - -#ifndef SRC_PG_DEL_PURSES_H -#define SRC_PG_DEL_PURSES_H - -#include "taler_util.h" -#include "taler_auditordb_plugin.h" - -/** - * Delete a row from the bad sig losses table. - * - * @param cls the @e cls of this struct with the plugin-specific state - * @param row_id row to delete - * @return query transaction status - */ -enum GNUNET_DB_QueryStatus -TAH_PG_del_purses ( - void *cls, - uint64_t row_id); - -#endif // SRC_PG_DEL_PURSES_H -- cgit v1.2.3