Removed Promise.cancel()
authorFelix Geisendörfer <felix@debuggable.com>
Tue, 19 Jan 2010 20:02:48 +0000 (21:02 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 19 Jan 2010 22:29:38 +0000 (14:29 -0800)
commitf2274840a9737df45135fffaaaa9da266dbfd66a
treec86113734d17f512b23cc7b71074f863c64a41eb
parent4e16e386fec675b576669e67f25efe47854ffef6
Removed Promise.cancel()

The current implementation was bad and nobody is using it. Has a chance
of getting re-implemented by somebody who has an actual need for it.
doc/api.txt
src/node.js
test/mjsunit/test-promise-cancel.js [deleted file]
test/mjsunit/test-promise-timeout.js