summaryrefslogtreecommitdiff
path: root/src/pq/pq_result_helper.c
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-18 08:46:48 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-18 08:47:44 +0200
commitb8ccad96cd8f6c4888cca01162ec7536bb8cc7d3 (patch)
tree9697547dea1152a5a5638acfe86881d706f38a05 /src/pq/pq_result_helper.c
parent8fe81d1ce49f34438c5de9b0414d10068372c48a (diff)
downloadexchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.tar.gz
exchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.tar.bz2
exchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.zip
move query & result helpers to gnunet
Diffstat (limited to 'src/pq/pq_result_helper.c')
-rw-r--r--src/pq/pq_result_helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index e81c78302..384200cfb 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -1544,8 +1544,6 @@ TALER_PQ_result_spec_array_amount (
.cls = info,
};
return res;
-
-
}
@@ -1574,9 +1572,6 @@ TALER_PQ_result_spec_array_hash_code (
.cls = info,
};
return res;
-
-
}
-
/* end of pq_result_helper.c */