remove unused variable in generated director code

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9465 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-19 22:49:44 +00:00
commit ed1eaefee4
2 changed files with 0 additions and 2 deletions

View file

@ -1984,7 +1984,6 @@ public:
/* Emit the function call */
if (director_method) {
Append(f->code, "try {\n");
Append(f->code, " Swig::UnknownExceptionHandler dh;\n");
} else {
if (allow_thread) {
Append(f->code, "{\n");