mirror of https://github.com/swig/swig
remove debug printout
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8711 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a52b26adc5
commit
0ca1fd0667
|
@ -9,9 +9,7 @@ class Foo {
|
|||
public:
|
||||
int a;
|
||||
Foo(int x, int y) { }
|
||||
~Foo() {
|
||||
printf("Destroying foo\n");
|
||||
}
|
||||
~Foo() {}
|
||||
};
|
||||
|
||||
Foo create(int x, int y) {
|
||||
|
|
Loading…
Reference in New Issue