Index: tools/roll_webrtc.py |
diff --git a/tools/roll_webrtc.py b/tools/roll_webrtc.py |
index 7b3386e6d46a6edae1ee944425688db397e610d7..543075f8a17ef1fdb0a6132ba520481a1f1f517e 100755 |
--- a/tools/roll_webrtc.py |
+++ b/tools/roll_webrtc.py |
@@ -96,7 +96,6 @@ def _ParseDepsDict(deps_content): |
local_scope = {} |
var = GClientKeywords.VarImpl({}, local_scope) |
global_scope = { |
-# 'From': GClientKeywords.FromImpl, |
'Var': var.Lookup, |
'deps_os': {}, |
} |