File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ extern "C" {
157
157
extern int SwigType_isreference_return (const SwigType * t );
158
158
extern int SwigType_isrvalue_reference (const SwigType * t );
159
159
extern int SwigType_isarray (const SwigType * t );
160
- extern int SwigType_isarraypointer (const SwigType * t );
161
160
extern int SwigType_prefix_is_simple_1D_array (const SwigType * t );
162
161
extern int SwigType_isfunction (const SwigType * t );
163
162
extern int SwigType_isqualifier (const SwigType * t );
Original file line number Diff line number Diff line change @@ -653,17 +653,6 @@ SwigType *SwigType_del_array(SwigType *t) {
653
653
return t ;
654
654
}
655
655
656
- int SwigType_isarraypointer (const SwigType * t ) {
657
- char * c ;
658
- if (!t )
659
- return 0 ;
660
- c = Char (t );
661
- if (strncmp (c , "p.a(" , 4 ) == 0 ) {
662
- return 1 ;
663
- }
664
- return 0 ;
665
- }
666
-
667
656
int SwigType_isarray (const SwigType * t ) {
668
657
char * c ;
669
658
if (!t )
You can’t perform that action at this time.
0 commit comments