Index: src/templates.js |
diff --git a/src/templates.js b/src/templates.js |
index e49cb3ef734aff80d743a076221377af7ad68ee6..ff94683fb13c0909b3bb72bc801d6d68f818ee48 100644 |
--- a/src/templates.js |
+++ b/src/templates.js |
@@ -12,17 +12,9 @@ |
%CheckIsBootstrapping(); |
-// ------------------------------------------------------------------- |
-// Imports |
- |
-var GlobalMap = global.Map; |
-var InternalArray = shared.InternalArray; |
- |
-// ------------------------------------------------------------------- |
- |
-var callSiteCache = new GlobalMap; |
-var mapGetFn = GlobalMap.prototype.get; |
-var mapSetFn = GlobalMap.prototype.set; |
+var callSiteCache = new global.Map; |
+var mapGetFn = global.Map.prototype.get; |
+var mapSetFn = global.Map.prototype.set; |
function SameCallSiteElements(rawStrings, other) { |