summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-12-02 23:34:07 +0100
committerCarl Hetherington <cth@carlh.net>2021-12-03 21:19:28 +0100
commitd9f4ffe3c6e9431ad2d875bb5140e8640c970876 (patch)
treece9b946ff4eba04d70e31cd4e64c82b4024db9bd /src/lib/log_entry.cc
parentf1cd667ceea759b30c611bff810c72aacc32157e (diff)
Remove unused variables.
Diffstat (limited to 'src/lib/log_entry.cc')
-rw-r--r--src/lib/log_entry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc
index 2980e438b..54fd5c82f 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -62,7 +62,6 @@ LogEntry::get () const
time_t const sec = _time.tv_sec;
struct tm* t = localtime (&sec);
strftime (buffer, 64, "%c", t);
- string a (buffer);
s += string(buffer) + N_(": ");
}