From 60c533562cdac20a7343daef654144f161f348eb Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 22 Oct 2018 16:59:09 +0200 Subject: Fix compiler warnings. This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers. --- src/include/taler_json_lib.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/taler_json_lib.h') diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 3d4b944a6..53dbec3cf 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -37,12 +37,6 @@ "JSON parsing failed at %s:%u: %s (%s)\n", \ __FILE__, __LINE__, error.text, error.source) - -/** - * A shorter name to make type casts less verbose. - */ -typedef GNUNET_CURL_JobCompletionCallback GC_JCC; - /** * Convert a TALER amount to a JSON object. * -- cgit v1.2.3