Ignore:
Timestamp:
Apr 26, 2018, 1:32:53 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
7a37f258
Parents:
1cdfa82
git-author:
Aaron Moss <a3moss@…> (04/25/18 17:44:18)
git-committer:
Aaron Moss <a3moss@…> (04/26/18 13:32:53)
Message:

Leftover cleanup from merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.cc

    r1cdfa82 r42107b4  
    268268}
    269269
    270 KeywordCastExpr::~KeywordCastExpr() {
    271         delete arg;
    272 }
    273 
    274270const std::string & KeywordCastExpr::targetString() const {
    275271        static const std::string targetStrs[] = {
Note: See TracChangeset for help on using the changeset viewer.