summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-23 15:24:45 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-23 15:24:45 +0000
commit57b85332df58fc0efc0b0ad618c2c9faf0108ec9 (patch)
treeb77aaa5720818d618491a3e035cf704143228b23 /document
parent0a95997e29e7775696c1fc9e4fc3ac56d8e3f633 (diff)
Fix infinite recursion
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/bucket/bucket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/vespa/document/bucket/bucket.h b/document/src/vespa/document/bucket/bucket.h
index 4ad5648b8bf..d7a756e102c 100644
--- a/document/src/vespa/document/bucket/bucket.h
+++ b/document/src/vespa/document/bucket/bucket.h
@@ -29,7 +29,6 @@ public:
BucketSpace getBucketSpace() const noexcept { return _bucketSpace; }
BucketId getBucketId() const noexcept { return _bucketId; }
- //void print(std::ostream& os) const;
vespalib::string toString() const;
struct hash {