diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 11:43:16 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 11:43:16 +0000 |
commit | a283adae755aa8617119afb283b9b874f64cf911 (patch) | |
tree | aa1d1f26c32328887195758697d95ae2755f7682 /extractor/mocks | |
parent | a660f88aed61a7447ee72b9334a84686121086fe (diff) |
Fix memory leak in trie.
Diffstat (limited to 'extractor/mocks')
-rw-r--r-- | extractor/mocks/mock_precomputation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extractor/mocks/mock_precomputation.h b/extractor/mocks/mock_precomputation.h index 987bdb2f..9bc72235 100644 --- a/extractor/mocks/mock_precomputation.h +++ b/extractor/mocks/mock_precomputation.h @@ -4,6 +4,5 @@ class MockPrecomputation : public Precomputation { public: - MOCK_CONST_METHOD0(GetInvertedIndex, const Index&()); MOCK_CONST_METHOD0(GetCollocations, const Index&()); }; |