diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-06-20 13:27:59 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-06-20 13:27:59 +0300 |
commit | 3abd9c34c1e7249db92014a82b4430393c53928c (patch) | |
tree | 30b8033494dd8848d2fcf04a4a1e27528f0bc959 /main/SAPI.h | |
parent | 459965be91cbd1b4b1c56bc8a2be3789850676be (diff) | |
download | php-git-3abd9c34c1e7249db92014a82b4430393c53928c.tar.gz |
Removed unused callbacks
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index e8eae2f106..30290b6188 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -248,9 +248,6 @@ struct _sapi_module_struct { char *php_ini_path_override; - void (*block_interruptions)(void); - void (*unblock_interruptions)(void); - void (*default_post_reader)(void); void (*treat_data)(int arg, char *str, zval *destArray); char *executable_location; |