Ignore:
Timestamp:
Jul 6, 2023, 11:07:27 AM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b4d2b3b
Parents:
c8bf1b5
Message:

Fixed some warnings, deleted some commented out code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.cpp

    rc8bf1b5 r8f31be6  
    1919
    2020#include "Copy.hpp"
    21 #include <iostream>
    22 #include <algorithm>
    23 
    2421#include "Decl.hpp"
    2522#include "Expr.hpp"
     
    206203                        out.push_back(decl.second);
    207204                }
    208 
    209                 // std::cerr << otypeKey << ' ' << out.size() << std::endl;
    210205        }
    211206
Note: See TracChangeset for help on using the changeset viewer.