Skip to content

Commit b186224

Browse files
author
roman_yakovenko
committed
removing dead code ( reference to pdb )
1 parent b474b30 commit b186224

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unittests/type_traits_tester.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ def __test_type_category( self, ns_name, controller ):
4545
elif isinstance( decl, declarations.calldef_t ) and decl.name.startswith( 'test_' ):
4646
continue
4747
else:
48-
#~ if 'mf1_type_const_volatile_t' in decl.name:
49-
#~ import pdb
50-
#~ pdb.set_trace()
5148
self.failUnless( controller( decl )
5249
, 'for type "%s" the answer to the question "%s" should be True'
5350
% ( decl.decl_string, ns_name ) )

0 commit comments

Comments
 (0)