diff options
Diffstat (limited to 'include/ir_clang.hh')
-rwxr-xr-x | include/ir_clang.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ir_clang.hh b/include/ir_clang.hh index 1237d25..81a6fde 100755 --- a/include/ir_clang.hh +++ b/include/ir_clang.hh @@ -256,7 +256,8 @@ struct IR_chillArrayRef : public IR_ArrayRef { IR_Ref *clone() const; - virtual void Dump() const; + // Not implemented + // virtual void Dump() const; }; |