summaryrefslogtreecommitdiff
path: root/ndb/src/common/util/InputStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/util/InputStream.cpp')
-rw-r--r--ndb/src/common/util/InputStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/common/util/InputStream.cpp b/ndb/src/common/util/InputStream.cpp
index 1b0e809a047..adeca127eb5 100644
--- a/ndb/src/common/util/InputStream.cpp
+++ b/ndb/src/common/util/InputStream.cpp
@@ -65,6 +65,5 @@ SocketInputStream::gets(char * buf, int bufLen) {
if(res == -1)
return 0;
-
return buf;
}