diff options
Diffstat (limited to 'sapi/webjames/webjames.c')
-rw-r--r-- | sapi/webjames/webjames.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/webjames/webjames.c b/sapi/webjames/webjames.c index 9d2f25013a..a5c47f6401 100644 --- a/sapi/webjames/webjames.c +++ b/sapi/webjames/webjames.c @@ -278,9 +278,6 @@ static sapi_module_struct sapi_module = { sapi_webjames_register_variables, /* register server variables */ NULL, /* Log message */ - NULL, /* Block interruptions */ - NULL, /* Unblock interruptions */ - STANDARD_SAPI_MODULE_PROPERTIES }; |