aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_exec.c')
-rw-r--r--src/pq/pq_exec.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pq/pq_exec.c b/src/pq/pq_exec.c
index 33fe8733d..1fd8c5068 100644
--- a/src/pq/pq_exec.c
+++ b/src/pq/pq_exec.c
@@ -26,12 +26,6 @@
26#include "pq.h" 26#include "pq.h"
27 27
28 28
29/**
30 * Create a `struct GNUNET_PQ_ExecuteStatement` where errors are fatal.
31 *
32 * @param sql actual SQL statement
33 * @return initialized struct
34 */
35struct GNUNET_PQ_ExecuteStatement 29struct GNUNET_PQ_ExecuteStatement
36GNUNET_PQ_make_execute (const char *sql) 30GNUNET_PQ_make_execute (const char *sql)
37{ 31{
@@ -44,13 +38,6 @@ GNUNET_PQ_make_execute (const char *sql)
44} 38}
45 39
46 40
47/**
48 * Create a `struct GNUNET_PQ_ExecuteStatement` where errors should
49 * be tolerated.
50 *
51 * @param sql actual SQL statement
52 * @return initialized struct
53 */
54struct GNUNET_PQ_ExecuteStatement 41struct GNUNET_PQ_ExecuteStatement
55GNUNET_PQ_make_try_execute (const char *sql) 42GNUNET_PQ_make_try_execute (const char *sql)
56{ 43{