aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/list.h')
-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 {