git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Apply some Clang Tidy suggestions.
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
firebird
/
firebird_store.h
diff --git
a/projects/stargazer/plugins/store/firebird/firebird_store.h
b/projects/stargazer/plugins/store/firebird/firebird_store.h
index 14f0b26997fffe1d105199d1871c68fe9d6ce25f..736451ec31e675943aeb1f1bd3f82098772b1d8b 100644
(file)
--- a/
projects/stargazer/plugins/store/firebird/firebird_store.h
+++ b/
projects/stargazer/plugins/store/firebird/firebird_store.h
@@
-30,10
+30,6
@@
#include <string>
#include <vector>
#include <string>
#include <vector>
-struct ToLower {
- char operator() (char c) const { return static_cast<char>(std::tolower(c)); }
-};
-
class FIREBIRD_STORE : public STG::Store {
public:
FIREBIRD_STORE();
class FIREBIRD_STORE : public STG::Store {
public:
FIREBIRD_STORE();