TODO: remove an item about temporary files
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 29 Nov 2012 14:09:11 +0000 (16:09 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 29 Nov 2012 14:09:11 +0000 (16:09 +0200)
Well, we just do nt have them, so this item is useless. We only have them in
tests, and they get deleted on Ctrl-C because we use the NamedTemporaryFile
python function which deletes the files on close.

Change-Id: I9fce79088c8b66f6cc3a2d8889db941f7becda53
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
TODO

diff --git a/TODO b/TODO
index ba1aa60..643c9a3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-1. When bmaptool is killed or Ctrl-C'ed half-way through, it should delete
-   the files it creates.
-2. Instead of using extention to identify compression type - use the magic
+1. Instead of using extention to identify compression type - use the magic
    signatures as documented here:
    http://www.garykessler.net/library/file_sigs.html