Index: src/harmony-object-observe.js |
diff --git a/src/harmony-object-observe.js b/src/harmony-object-observe.js |
deleted file mode 100644 |
index 44006cd2e928e6eb62a3cdf65b95136a64dc68cb..0000000000000000000000000000000000000000 |
--- a/src/harmony-object-observe.js |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2015 the V8 project authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-(function(global, utils) { |
- |
-"use strict"; |
- |
-%CheckIsBootstrapping(); |
- |
-utils.InstallFunctions(global.Object, DONT_ENUM, $observeObjectMethods); |
-utils.InstallFunctions(global.Array, DONT_ENUM, $observeArrayMethods); |
- |
-}) |