Remove TODO file, replaced it by the central issues list on http://github.com/nvie/gitflow/issues
diff --git a/TODO.mdown b/TODO.mdown
deleted file mode 100644
index 9516b0a..0000000
--- a/TODO.mdown
+++ /dev/null
@@ -1,12 +0,0 @@
-TODO-list
-=========
-
-General configuration
----------------------
-
-Release branch support
-----------------------
-- Take care of the situation where two release branches live next to each
- other. In that situation, a "finish release" action should merge back changes
- into the other release, not into 'develop'. Or at least warn about it. Or not
- support creating a new release branch if the other isn't finished yet.