aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2005-01-01 17:52:17 +0000
committerMax Horn2005-01-01 17:52:17 +0000
commit03d4a6fa47e73ddbddc6bc096f6cef14ea7d7441 (patch)
treeb9188dc0062a20dbfb5750a20dd70cdc469d3bc4 /common
parent67971445688b021ec12e30e29d118bd75e6c9425 (diff)
downloadscummvm-rg350-03d4a6fa47e73ddbddc6bc096f6cef14ea7d7441.tar.gz
scummvm-rg350-03d4a6fa47e73ddbddc6bc096f6cef14ea7d7441.tar.bz2
scummvm-rg350-03d4a6fa47e73ddbddc6bc096f6cef14ea7d7441.zip
Removing obsolete comment
svn-id: r16401
Diffstat (limited to 'common')
-rw-r--r--common/list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/list.h b/common/list.h
index c22b6be54a..06f71297c7 100644
--- a/common/list.h
+++ b/common/list.h
@@ -29,7 +29,6 @@ namespace Common {
/**
* Simple double linked list, modelled after the list template of the standard
* C++ library.
- * Warning: as of now, this code is 100% untested.
*/
template <class T>
class List {