remove comments from implementation file

This commit is contained in:
Chris Cromer 2022-12-10 16:21:04 -03:00
parent 2edcaaf1fa
commit be67df0692
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ obelisk::KnowledgeBase::~KnowledgeBase()
}
}
/**
* @brief Enable foreign key functionality in the open database.
*
* This must always be done when the connection is opened or it will not
* enforce the foreign key constraints.
*/
void obelisk::KnowledgeBase::enableForeignKeys()
{
char* errmsg;