summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-04-16 11:06:47 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-04-16 11:06:47 +1200
commit375dbb3db794fdf40edb7b1c1fb7be664bf8dff8 (patch)
tree0d11b4fb4e7a1cef0dd0a7b2873c3aea0a2a9f10 /TODO
parentc3a1d3b60e7bf4913e971b80226ce04780d91594 (diff)
downloadrabbitmq-c-375dbb3db794fdf40edb7b1c1fb7be664bf8dff8.tar.gz
Remove note about amqp_pool_alloc.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index dd6fa3a..179d297 100644
--- a/TODO
+++ b/TODO
@@ -7,5 +7,3 @@ Make client brutal by default, killing the program on any amqp
error. Only if the user disables this behaviour will the user get to
deal with error conditions themselves. Make use of amqp_rpc_reply
consistent (i.e. universal), and rename it something like amqp_errno.
-
-Check for NULL returns from amqp_pool_alloc.