summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/test_pq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index e82599cd8..4616d64ed 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -88,7 +88,6 @@ run_queries (struct GNUNET_PQ_Context *conn)
json = json_object ();
json_object_set_new (json, "foo", json_integer (42));
GNUNET_assert (NULL != json);
- /* FIXME: test GNUNET_PQ_result_spec_variable_size */
{
struct GNUNET_PQ_QueryParam params_insert[] = {
TALER_PQ_query_param_amount (&hamount),