Changes in src/SynTree/Visitor.cc [b3c36f4:67cf18c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.cc
rb3c36f4 r67cf18c 122 122 } 123 123 124 void Visitor::visit( __attribute__((unused))BranchStmt *branchStmt ) {124 void Visitor::visit( BranchStmt *branchStmt ) { 125 125 } 126 126 … … 143 143 } 144 144 145 void Visitor::visit( __attribute__((unused))NullStmt *nullStmt ) {145 void Visitor::visit( NullStmt *nullStmt ) { 146 146 } 147 147 … … 445 445 446 446 447 void Visitor::visit( __attribute__((unused))Subrange *subrange ) {}448 449 450 void Visitor::visit( __attribute__((unused))Constant *constant ) {}447 void Visitor::visit( Subrange *subrange ) {} 448 449 450 void Visitor::visit( Constant *constant ) {} 451 451 // Local Variables: // 452 452 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.