diff --git a/Examples/test-suite/preproc.i b/Examples/test-suite/preproc.i index feff7b489..a69973f13 100644 --- a/Examples/test-suite/preproc.i +++ b/Examples/test-suite/preproc.i @@ -392,18 +392,6 @@ TCX_PACKED (typedef struct tcxMessageBugImpl }) tcxMessageBug; -TCX_PACKED (typedef struct tcxMessageTestImpl2 -{ - int mHeader; /**< comment */ -}) tcxMessageTest2; - - -TCX_PACKED (typedef struct tcxMessageBugImpl2 -{ - int mBid; /**< Bid price and size, check PresentMap if available in message */ -}) tcxMessageBug2; - - %} /* Regression tests for https://github.com/swig/swig/pull/1111 */