Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1886)

Unified Diff: runtime/vm/ast.cc

Issue 1900863004: VM: Remove _leftShiftWithMask32. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/ast.h ('k') | runtime/vm/ast_printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/ast.cc
diff --git a/runtime/vm/ast.cc b/runtime/vm/ast.cc
index 8ac98c2afc477879fd3381aa930d21bf6805f22d..2ba8dc1504a9bc889ed7885d9408269398a2e0b2 100644
--- a/runtime/vm/ast.cc
+++ b/runtime/vm/ast.cc
@@ -337,11 +337,6 @@ const char* BinaryOpNode::TokenName() const {
}
-const char* BinaryOpWithMask32Node::TokenName() const {
- return Token::Str(kind());
-}
-
-
bool BinaryOpNode::IsPotentiallyConst() const {
switch (kind_) {
case Token::kOR:
« no previous file with comments | « runtime/vm/ast.h ('k') | runtime/vm/ast_printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698