diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 23:34:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:19:28 +0100 |
| commit | d9f4ffe3c6e9431ad2d875bb5140e8640c970876 (patch) | |
| tree | ce9b946ff4eba04d70e31cd4e64c82b4024db9bd /src/lib/log_entry.cc | |
| parent | f1cd667ceea759b30c611bff810c72aacc32157e (diff) | |
Remove unused variables.
Diffstat (limited to 'src/lib/log_entry.cc')
| -rw-r--r-- | src/lib/log_entry.cc | 1 |
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_(": "); } |
