diff --git a/source/libs/index/test/indexTests.cc b/source/libs/index/test/indexTests.cc index de82350aad..18ad37de1f 100644 --- a/source/libs/index/test/indexTests.cc +++ b/source/libs/index/test/indexTests.cc @@ -578,6 +578,7 @@ class SkiplistObj { } int Get(int key, char* buf, int version) { + // TODO // CTerm term; // term.key = key; //// term.version = version;