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

Unified Diff: tools/gn/operators.h

Issue 740863003: gn: delete some dead code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-penalty-binop
Patch Set: Created 6 years, 1 month 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 | « no previous file | tools/gn/operators.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/operators.h
diff --git a/tools/gn/operators.h b/tools/gn/operators.h
index 3401c225ba0f7d073bf0e3b11255e76ab1d11385..82ff68e7578d3245cf195c312110ddf50773bacb 100644
--- a/tools/gn/operators.h
+++ b/tools/gn/operators.h
@@ -9,19 +9,9 @@ class BinaryOpNode;
class Err;
class ParseNode;
class Scope;
-class Token;
class UnaryOpNode;
class Value;
-bool IsUnaryOperator(const Token& token);
-bool IsBinaryOperator(const Token& token);
-
-bool IsFunctionCallArgBeginScoper(const Token& token); // "("
-bool IsFunctionCallArgEndScoper(const Token& token); // ")"
-
-bool IsScopeBeginScoper(const Token& token); // "{"
-bool IsScopeEndScoper(const Token& token); // "}"
-
Value ExecuteUnaryOperator(Scope* scope,
const UnaryOpNode* op_node,
const Value& value,
« no previous file with comments | « no previous file | tools/gn/operators.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698