X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.h diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.h b/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.h deleted file mode 100644 index e09cccd2..00000000 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef POSTGRESQL_UTILS_STORE_H -#define POSTGRESQL_UTILS_STORE_H - -#include - -struct ToLower : public std::unary_function -{ -char operator() (char c) const { return std::tolower(c); } -}; - -#endif