Skip to content

Commit d63d884

Browse files
committed
Remove previously removed fn proto from header
1 parent cb2df47 commit d63d884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/string.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ void replaceAll(std::string *str, const std::string& from,
7373
const std::string& to);
7474
std::string removeWhiteSpacesIfNeeded(std::string a);
7575
std::string parserSanitizer(std::string a);
76-
std::string log_escape_hex(std::string s);
7776

7877
unsigned char x2c(unsigned char *what);
7978
unsigned char xsingle2c(unsigned char *what);

0 commit comments

Comments
 (0)