From 88b3dfddb55cfc6a814e0265e666b25aacb08ca4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Jun 2022 11:29:46 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- object.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/object.js b/object.js index 30195db..c8502e2 100755 --- a/object.js +++ b/object.js @@ -397,9 +397,6 @@ module.AsyncGenerator = (async function*(){}).constructor -// XXX should we have a generic generator that cand return STOP??? - - // XXX var stoppable = module.stoppable =