www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0ccc6d08921b865429a300e9ae40fbc858d6b7d6
parent 1ed0c88c32425d3523baea9017ccf0275df4af66
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 19 Dec 2010 06:41:33 +0000

don't need bufPtr


Diffstat:
Mchrome/content/zotero/xpcom/integration_worker.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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)