aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 14:29:27 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 14:29:27 +0000
commita2d4e3411d4173be5767750d4e71081d54bba9b6 (patch)
treec3eb05f1ed038e0638955fc030a895e6bb3b7b82 /storageapi
parent35ab8d933184804884a90b2852463ab6db2a4636 (diff)
Comment removed
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/messageapi/storagereply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/messageapi/storagereply.cpp b/storageapi/src/vespa/storageapi/messageapi/storagereply.cpp
index 63749c5b341..bd1292a1f8f 100644
--- a/storageapi/src/vespa/storageapi/messageapi/storagereply.cpp
+++ b/storageapi/src/vespa/storageapi/messageapi/storagereply.cpp
@@ -12,7 +12,7 @@ StorageReply::StorageReply(const StorageCommand& cmd, ReturnCode code)
{
setPriority(cmd.getPriority());
if (cmd.getAddress()) {
- setAddress(*cmd.getAddress()); // Hmm, could we steal the address ?
+ setAddress(*cmd.getAddress());
}
// TODD do we really need copy construction
if ( ! cmd.getTrace().isEmpty()) {