[php] Remove redundant in typemap for bool
This typemap which would wrap C++ bool as PHP int is later overridden by another which wraps it as PHP bool. The current result is what we want so just remove the redundant one.
This commit is contained in:
parent
b78f0ee263
commit
94ad89284d
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@
|
|||
unsigned long,
|
||||
signed char,
|
||||
unsigned char,
|
||||
bool,
|
||||
size_t
|
||||
%{
|
||||
RETVAL_LONG($1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue