From 0ccc6d08921b865429a300e9ae40fbc858d6b7d6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 19 Dec 2010 06:41:33 +0000 Subject: [PATCH] don't need bufPtr --- chrome/content/zotero/xpcom/integration_worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration_worker.js b/chrome/content/zotero/xpcom/integration_worker.js index 69253c5ef..856167cb0 100644 --- a/chrome/content/zotero/xpcom/integration_worker.js +++ b/chrome/content/zotero/xpcom/integration_worker.js @@ -42,7 +42,6 @@ onmessage = function(event) { // define buffer for reading from fifo const BUFFER_SIZE = 4096; var buf = ctypes.char.array(BUFFER_SIZE)(""); - var bufPtr = buf.address(); while(true) { // open fifo (this will block until something writes to it)