Ignore:
Timestamp:
May 3, 2008, 11:50:25 PM (16 years ago)
Author:
dai_9181
Message:

pCompilingMethodを排除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Class.cpp

    r536 r538  
    11661166            }
    11671167        }
    1168 
    1169         pCompilingMethod = pParentClass->GetDynamicMethodOrInterfaceMethod( pUserProc );
    1170         if( !pCompilingMethod ){
    1171             pCompilingMethod = pParentClass->GetStaticMethods().GetMethodPtr( pUserProc );
    1172             if( !pCompilingMethod ){
    1173                 compiler.errorMessenger.OutputFatalError();
    1174             }
    1175         }
    1176     }
    1177     else{
    1178         pCompilingMethod = NULL;
    11791168    }
    11801169}
Note: See TracChangeset for help on using the changeset viewer.