From 0520eadabd18a1e21929002a66885f91856f8a02 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 3 Feb 2014 07:02:42 +0000 Subject: Compiles with LLVM 3.4 as well now. --- src/stable/string.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/stable/string.h') diff --git a/src/stable/string.h b/src/stable/string.h index 420f40c..b4252c6 100644 --- a/src/stable/string.h +++ b/src/stable/string.h @@ -88,12 +88,6 @@ namespace Bu iPos( i.iPos ) { } - - const_iterator( const struct iterator &i ) : - pChunk( i.pChunk ), - iPos( i.iPos ) - { - } const_iterator() : pChunk( NULL ), -- cgit v1.2.3