From ed47add4965f5a22f697e1ec795be9e03065b18a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 5 Nov 2012 13:55:34 +0800 Subject: write get length --- src/storage/phrase_large_table2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/storage/phrase_large_table2.cpp') diff --git a/src/storage/phrase_large_table2.cpp b/src/storage/phrase_large_table2.cpp index 7d3d83b..7a045e4 100644 --- a/src/storage/phrase_large_table2.cpp +++ b/src/storage/phrase_large_table2.cpp @@ -678,7 +678,6 @@ int PhraseLengthIndexLevel2::get_length() const { return length; } - template int PhraseArrayIndexLevel2::get_length() const { IndexItem * chunk_begin = NULL, * chunk_end = NULL; -- cgit