summaryrefslogtreecommitdiff
path: root/src/include/cchecker/sql_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cchecker/sql_query.h')
-rw-r--r--src/include/cchecker/sql_query.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/cchecker/sql_query.h b/src/include/cchecker/sql_query.h
index e4cc582..fd28fd5 100644
--- a/src/include/cchecker/sql_query.h
+++ b/src/include/cchecker/sql_query.h
@@ -46,14 +46,6 @@ class SqlQuery {
// Connecting outside the constructor
bool connect(const std::string& path);
- // OCSP urls
- /**
- * Returns true if url has been found in database,
- * or false in other case.
- */
- bool get_url(const std::string &issuer, std::string &url);
- void set_url(const std::string &issuer, const std::string &url, const int64_t &date);
-
// Apps
bool add_app_to_check_list(const app_t &app);
void remove_app_from_check_list(const app_t &app);