summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2017-10-24 00:16:30 +0200
committerjvoisin2017-10-24 00:16:30 +0200
commit92a4b93c4d420fefe590bd88521ec76d8bebd3fe (patch)
treec817f0cff179136fb4321822198481d05dde2c6c /src/sp_config.h
parentca51803abbe0b5605f936f5676d9c1a528713033 (diff)
Remove the `enable` member from the disable function structure
Also add some more tests
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index c6de8ba..eda7517 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -72,7 +72,6 @@ typedef struct {
72 72
73 char *hash; 73 char *hash;
74 int simulation; 74 int simulation;
75 bool enable;
76 75
77 char *param; 76 char *param;
78 pcre *r_param; 77 pcre *r_param;