Remove superfluous semicolons.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12034 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e512093358
commit
bf1d3f0714
9 changed files with 10 additions and 10 deletions
|
|
@ -4066,7 +4066,7 @@ public:
|
|||
|
||||
int classDirectorConstructor(Node *n) {
|
||||
Node *parent = parentNode(n);
|
||||
String *decl = Getattr(n, "decl");;
|
||||
String *decl = Getattr(n, "decl");
|
||||
String *supername = Swig_class_name(parent);
|
||||
String *classname = directorClassName(parent);
|
||||
String *sub = NewString("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue