diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 16:26:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 16:26:58 +0100 |
commit | 1e3e6fa5990eb2504a69279039ee776a19ff1ec2 (patch) | |
tree | 4fb455353ac8075a12f68b2a009a4c83596ce788 /src/mint/taler-mint-httpd_parsing.h | |
parent | 4a27969e5e439fb0f277dcf9f0461817d83e36b4 (diff) |
finish cleanup of /refresh/melt parsing
Diffstat (limited to 'src/mint/taler-mint-httpd_parsing.h')
-rw-r--r-- | src/mint/taler-mint-httpd_parsing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h index f14090172..2a2d54ea8 100644 --- a/src/mint/taler-mint-httpd_parsing.h +++ b/src/mint/taler-mint-httpd_parsing.h @@ -270,8 +270,6 @@ TALER_MINT_release_parsed_data (struct GNUNET_MINT_ParseFieldSpec *spec); */ #define TALER_MINT_PARSE_RSA_SIGNATURE(field,ptrsig) { field, ptrsig, 0, 0, JNAV_RET_RSA_SIGNATURE, 0 } - - /** * Generate line in parser specification indicating the end of the spec. */ |