Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rbd87b138 rdd05e12  
    5959                void previsit( TypeDecl *typeDecl );
    6060                void previsit( EnumDecl * enumDecl );
    61                 void previsit( StaticAssertDecl * assertDecl );
    6261
    6362                void previsit( ArrayType * at );
     
    362361                GuardValue( inEnumDecl );
    363362                inEnumDecl = true;
    364         }
    365 
    366         void Resolver::previsit( StaticAssertDecl * assertDecl ) {
    367                 findIntegralExpression( assertDecl->condition, indexer );
    368363        }
    369364
Note: See TracChangeset for help on using the changeset viewer.