summaryrefslogtreecommitdiff
path: root/src/util/anastasis-crypto-tvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/anastasis-crypto-tvg.c')
-rw-r--r--src/util/anastasis-crypto-tvg.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/util/anastasis-crypto-tvg.c b/src/util/anastasis-crypto-tvg.c
index a606e85..a14e045 100644
--- a/src/util/anastasis-crypto-tvg.c
+++ b/src/util/anastasis-crypto-tvg.c
@@ -134,24 +134,6 @@ d2j_append (json_t *arr,
d, \
sizeof (*d));
-/**
- * Add a number to a test vector.
- *
- * @param vec test vector to add to
- * @param label label for the value
- * @param data data to add
- * @param size size of data
- */
-static void
-uint2j (json_t *vec,
- const char *label,
- unsigned int num)
-{
- json_t *json = json_integer (num);
-
- json_object_set_new (vec, label, json);
-}
-
static int
expect_data_fixed (json_t *vec,