[php] Remove redundant conditional include
We always include zend_exceptions.h via phprun.swg.
This commit is contained in:
parent
502e7185ce
commit
82b244c1d3
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
#ifdef SWIGPHP
|
||||
%{
|
||||
#include "zend_exceptions.h"
|
||||
#define SWIG_exception(code, msg) do { zend_throw_exception(NULL, (char*)msg, code); goto thrown; } while (0)
|
||||
%}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue