Ignore:
Timestamp:
Feb 26, 2024, 2:54:44 PM (5 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
00eaeb8, bc61563
Parents:
3f9a8d0
Message:

Remove unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CommonType.cc

    r3f9a8d0 rf1149ac  
    398398                                }
    399399                        }
    400                 } else if ( const ast::EnumPosType * pos = dynamic_cast< const ast::EnumPosType * >( type2 ) ) {
     400                } else if ( dynamic_cast< const ast::EnumPosType * >( type2 ) ) {
    401401                        ast::BasicType::Kind kind = commonTypes[ basic->kind ][ ast::BasicType::SignedInt ];
    402402                        if (
Note: See TracChangeset for help on using the changeset viewer.