Removed dead code

This commit is contained in:
Shaquille Soekhlal 2019-05-21 21:29:10 -03:00
parent 92612eb4ef
commit c90064c2ae

View File

@ -4,13 +4,6 @@
using namespace sqlite_orm;
static inline std::string getPath(){
std::string filePath(__FILE__);
return filePath.substr( 0, filePath.length() - std::string("main.cpp").length());
}
static const std::string sqlitedb = getPath() + "/sqlite.db3";
struct employee{
int id;
std::string first_name;