Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/platforms/secure/lib/system.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/platforms/secure/lib/system.js')
-rwxr-xr-xutils/platforms/secure/lib/system.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/platforms/secure/lib/system.js b/utils/platforms/secure/lib/system.js
deleted file mode 100755
index 9e3272a..0000000
--- a/utils/platforms/secure/lib/system.js
+++ /dev/null
@@ -1,6 +0,0 @@
-
-for (var name in system) {
- if (Object.prototype.hasOwnProperty.call(system, name)) {
- exports[name] = system[name];
- }
-}