Remove commented out code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-01-04 18:22:08 +00:00
parent 19af2ed415
commit 2802c7536f

View File

@ -90,10 +90,6 @@ namespace {
return false;
return true;
}
/*bool operator!=(const Expression &other) const {
return !(*this == other);
}*/
};
class ValueTable {