Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-02 14:42:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-02 14:42:30 (GMT)
commit8403fc96d7cd89d33e22dcfc238f9f7b1f4ba9ec (patch)
tree04b0559817f9fcc5e67e2523b3df92bf5710b8d8
parentbc0b40d2cfb1459fffc6031bf48d005585b6326f (diff)
Remove testing ctype code
-rw-r--r--addon/lib/main.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/addon/lib/main.js b/addon/lib/main.js
index f99e0e9..31e5c30 100644
--- a/addon/lib/main.js
+++ b/addon/lib/main.js
@@ -1,12 +1,3 @@
-const {Cu} = require("chrome");
-Cu.import("resource://gre/modules/ctypes.jsm");
-
-libc = ctypes.open("libc.so.6");
-var getpid = libc.declare("getpid",
- ctypes.default_abi,
- ctypes.int);
-console.log(getpid());
-
var windowUtils = require("window-utils");
windowUtils = new windowUtils.WindowTracker({