aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/container/searchresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/vespa/vdslib/container/searchresult.h')
-rw-r--r--vdslib/src/vespa/vdslib/container/searchresult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdslib/src/vespa/vdslib/container/searchresult.h b/vdslib/src/vespa/vdslib/container/searchresult.h
index a777a4731e6..cb61926253f 100644
--- a/vdslib/src/vespa/vdslib/container/searchresult.h
+++ b/vdslib/src/vespa/vdslib/container/searchresult.h
@@ -99,7 +99,7 @@ private:
uint32_t _docIdOffset;
uint32_t _index; // refers to sortBlob
};
- class SortDataCompare : public std::binary_function<Hit, Hit, bool> {
+ class SortDataCompare {
private:
const BlobContainer & _sortBlob;
public: