]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.h
More std::jthread
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.h
index 14f0b26997fffe1d105199d1871c68fe9d6ce25f..736451ec31e675943aeb1f1bd3f82098772b1d8b 100644 (file)
 #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();