summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/allocator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/allocator.h b/src/util/allocator.h
index 0cb8fa2..ff3d3c5 100644
--- a/src/util/allocator.h
+++ b/src/util/allocator.h
@@ -83,7 +83,6 @@ struct LIST {
capacity = _size;
}
-
LIST( const LIST<T>& other ) {
if( this == &other ) return;