summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-03-06 12:54:24 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-03-06 12:54:24 +0000
commitfd100fdf84024e9bf7b3247e69ddb54450cb5edb (patch)
tree9726a11aedf4a70e23ac1bc69357cc83360f7ce6
parent5b27947bbe76a6e376a6b4103bd7705f3cde0384 (diff)
downloadmod_auth_mellon-fd100fdf84024e9bf7b3247e69ddb54450cb5edb.tar.gz
mod_auth_mellon-fd100fdf84024e9bf7b3247e69ddb54450cb5edb.tar.xz
mod_auth_mellon-fd100fdf84024e9bf7b3247e69ddb54450cb5edb.zip
Remove TODO file.
This file has been replaced with the issue tracker, so remove it. git-svn-id: https://modmellon.googlecode.com/svn/trunk@188 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--Makefile.in1
-rw-r--r--TODO4
2 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index e48908c..68b76a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,6 @@ DISTFILES=$(SRC) \
configure.ac \
Makefile.in \
autogen.sh \
- TODO \
README \
COPYING \
NEWS
diff --git a/TODO b/TODO
deleted file mode 100644
index 7e5f6cf..0000000
--- a/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-TODO for auth_mellon:
-
-* Change session storage to use less than 64KiB/session.
-* Optimize session lookup.