Ignore:
Timestamp:
07/17/15 13:58:14 (9 years ago)
Author:
rlacroix
Message:

Cleanup: Remove now deprecated code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.hpp

    r640 r645  
    103103         // Some functions to process context 
    104104         void findAllEnabledFields(void); 
    105          void processEnabledFiles(void); 
    106105         void solveAllInheritance(bool apply=true); 
    107106         void findEnabledFiles(void); 
     
    111110         void createFileHeader(void ); 
    112111         void solveAllRefOfEnabledFields(bool sendToServer); 
    113          void buildAllExpressionOfEnabledFields(); 
    114112         void buildFilterGraphOfEnabledFields(); 
    115113         void startPrefetchingOfEnabledReadModeFiles(); 
     
    117115         void findFieldsWithReadAccess(void); 
    118116         void solveAllRefOfFieldsWithReadAccess(); 
    119          void buildAllExpressionOfFieldsWithReadAccess(); 
    120117         void buildFilterGraphOfFieldsWithReadAccess(); 
    121118         void postProcessing(); 
     
    227224        // virtual void toBinary  (StdOStream & os) const; 
    228225        // virtual void fromBinary(StdIStream & is); 
    229         // void solveAllGridRef(void); 
    230         // void solveAllOperation(void); 
    231         // void solveAllExpression(void); 
    232         // void solveFieldRefInheritance(bool apply); 
    233  
    234226   }; // class CContext 
    235227 
Note: See TracChangeset for help on using the changeset viewer.