aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/util/clientstatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/util/clientstatus.cpp')
-rw-r--r--fbench/src/util/clientstatus.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/fbench/src/util/clientstatus.cpp b/fbench/src/util/clientstatus.cpp
index 9e03068e13c..6ef188da201 100644
--- a/fbench/src/util/clientstatus.cpp
+++ b/fbench/src/util/clientstatus.cpp
@@ -1,6 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "clientstatus.h"
-#include <string.h>
+#include <cstring>
#include <cmath>
@@ -24,9 +24,7 @@ ClientStatus::ClientStatus()
{
}
-ClientStatus::~ClientStatus()
-{
-}
+ClientStatus::~ClientStatus() = default;
void
ClientStatus::SetError(const char *errorMsg)