redundant attribute check removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1aade65755
commit
6326f4d5c6
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ int is_member_director(Node* parentnode, Node* member)
|
|||
{
|
||||
int director_mode = Swig_director_mode();
|
||||
|
||||
if (checkAttribute(member,"director","1")) return 1;
|
||||
if (parentnode && checkAttribute(member, "storage", "virtual")) {
|
||||
int parent_nodirector = GetFlag(parentnode,"feature:nodirector");
|
||||
if (parent_nodirector) return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue