summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-04-09 15:08:12 +0200
committerHenning Baldersheim <balder@oath.com>2018-04-09 15:08:12 +0200
commit18f5a1838165070a6a7362c9438479825e93137e (patch)
treed7092fd358ab4e6eee4c5b6fba96af7c4964f0e8 /storage
parentb5c8b4dca869f83d1ee379777dd0c56a86ec168f (diff)
remove comment bringing now value to the table
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandler.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
index 0477845f3aa..b74765b17d2 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
@@ -231,11 +231,7 @@ public:
*/
uint32_t getNumActiveMerges() const;
- /**
- * Provides the next stripe id for a certain disk.
- * @param disk
- * @return
- */
+ /// Provides the next stripe id for a certain disk.
uint32_t getNextStripeId(uint32_t disk);
/** Removes the merge status for the given bucket. */