Removed dead code
This commit is contained in:
parent
92612eb4ef
commit
c90064c2ae
7
main.cpp
7
main.cpp
@ -4,13 +4,6 @@
|
|||||||
|
|
||||||
using namespace sqlite_orm;
|
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{
|
struct employee{
|
||||||
int id;
|
int id;
|
||||||
std::string first_name;
|
std::string first_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user