feat: remove unused imports, todos and typos
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#include <unordered_map>
|
||||
#include "prelude/string.hpp"
|
||||
#include "parser/ast.hpp"
|
||||
#include "ir/slot.hpp"
|
||||
#include "ir/allocator.hpp"
|
||||
#include "ir/value.hpp"
|
||||
#include "ir/ops.hpp"
|
||||
|
||||
@@ -158,7 +156,6 @@ namespace IR
|
||||
}
|
||||
|
||||
public:
|
||||
// TODO: think about safety (copying m_ops->data before giving)
|
||||
OpView ops() const { return OpView(m_ops->data, m_ops->size); }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user