diff --git a/Examples/test-suite/cpp_typedef.i b/Examples/test-suite/cpp_typedef.i index 8578988e9..140df34ae 100644 --- a/Examples/test-suite/cpp_typedef.i +++ b/Examples/test-suite/cpp_typedef.i @@ -30,7 +30,6 @@ public: // Test that the correct types are used for typedef struct declarations typedef struct { int something; - void m() {} } UnnamedStruct; typedef struct NamedStruct {