summaryrefslogtreecommitdiff
path: root/src/mhd
diff options
context:
space:
mode:
Diffstat (limited to 'src/mhd')
-rw-r--r--src/mhd/mhd_responses.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c
index 6e5181482..05f95b7f1 100644
--- a/src/mhd/mhd_responses.c
+++ b/src/mhd/mhd_responses.c
@@ -27,15 +27,6 @@
/**
- * Enable checking signatures before we hand them out
- * (even though we should have checked them before).
- * So technically these checks are redundant, but good
- * during testing.
- */
-#define SANITY_CHECKS_ON 1
-
-
-/**
* Global options for response generation.
*/
static enum TALER_MHD_GlobalOptions TM_go;