summaryrefslogtreecommitdiff
path: root/src/utils/tostring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/tostring.h')
-rw-r--r--src/utils/tostring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/tostring.h b/src/utils/tostring.h
index 62eb44e4..28d8c521 100644
--- a/src/utils/tostring.h
+++ b/src/utils/tostring.h
@@ -32,8 +32,6 @@ std::string toString(const T &arg)
return ss.str();
}
-// TODO: Is there a good way to suppress warnings from classes which don't use
-// this function?
inline char *iptostring(int address)
{
static char asciiIP[16];