mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#2792] Removed unused function
This commit is contained in:
parent
01c844ee14
commit
a21effda55
@ -390,11 +390,6 @@ MySqlConnection::prepareStatements(const TaggedStatement* start_statement,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MySqlConnection::clearStatements() {
|
|
||||||
statements_.clear();
|
|
||||||
text_statements_.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
/// @brief Destructor
|
/// @brief Destructor
|
||||||
MySqlConnection::~MySqlConnection() {
|
MySqlConnection::~MySqlConnection() {
|
||||||
// Free up the prepared statements, ignoring errors. (What would we do
|
// Free up the prepared statements, ignoring errors. (What would we do
|
||||||
|
@ -301,9 +301,6 @@ public:
|
|||||||
void prepareStatements(const TaggedStatement* start_statement,
|
void prepareStatements(const TaggedStatement* start_statement,
|
||||||
const TaggedStatement* end_statement);
|
const TaggedStatement* end_statement);
|
||||||
|
|
||||||
/// @brief Clears prepared statements and text statements.
|
|
||||||
void clearStatements();
|
|
||||||
|
|
||||||
/// @brief Returns a prepared statement by an index
|
/// @brief Returns a prepared statement by an index
|
||||||
///
|
///
|
||||||
/// @tparam StatementIndex Type of the statement index enum.
|
/// @tparam StatementIndex Type of the statement index enum.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user