diff options
| author | Christian Göttsche | 2026-02-22 22:09:44 +0100 |
|---|---|---|
| committer | Julien Voisin | 2026-02-22 22:32:46 +0100 |
| commit | d635da3c53d3d75aca50de340b375b452ba97f8a (patch) | |
| tree | 4c2bb710e1ada1ea32e29b9ec2b3f60e1655e225 /src/sp_config.h | |
| parent | 4985b0f75a3593d1e7777ba6c1b59da4bcf2ea41 (diff) | |
Drop dead code
Dead since almost 5 years with commit ae4ac9f ("properly free memory on
shutdown")
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index edaa686..1914260 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -132,8 +132,6 @@ typedef struct { | |||
| 132 | zend_string *alias; | 132 | zend_string *alias; |
| 133 | bool param_is_array; | 133 | bool param_is_array; |
| 134 | bool var_is_array; | 134 | bool var_is_array; |
| 135 | // sp_list_node *param_array_keys; | ||
| 136 | // sp_list_node *var_array_keys; | ||
| 137 | 135 | ||
| 138 | bool allow; | 136 | bool allow; |
| 139 | 137 | ||
