remove unused var (#2006)

Signed-off-by: xudl <isxudl@163.com>

Co-authored-by: xudl <isxudl@163.com>
pull/2072/head
xudalin0609 2020-04-21 12:13:23 +08:00 committed by GitHub
parent 7350337884
commit 9e30c468ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ RolloutHandler(const char* filename, std::size_t size, el::Level level) {
char* base = basename(basec);
std::string s(base);
std::stringstream ss;
std::string list[] = {"\\", " ", "\'", "\"", "*", "\?", "{", "}", ";", "<",
">", "|", "^", "&", "$", "#", "!", "`", "~"};
std::string::size_type position;