kopia lustrzana https://gitlab.com/tomaszg/geostat
Remove unused variable
rodzic
1c5f7bfe98
commit
c4a58021c9
1
ocdb.cpp
1
ocdb.cpp
|
@ -363,7 +363,6 @@ Caches OCdb::get_user_caches(const std::string& uuid, __attribute__((unused)) in
|
||||||
|
|
||||||
Caches OCdb::get_user_caches_owned(const std::string& uuid) const {
|
Caches OCdb::get_user_caches_owned(const std::string& uuid) const {
|
||||||
int res;
|
int res;
|
||||||
Caches cc;
|
|
||||||
|
|
||||||
//code TEXT PRIMARY KEY, name TEXT, location TEXT, type TEXT, status TEXT, size TEXT, difficulty REAL, terrain REAL, country TEXT, region TEXT, owner TEXT)
|
//code TEXT PRIMARY KEY, name TEXT, location TEXT, type TEXT, status TEXT, size TEXT, difficulty REAL, terrain REAL, country TEXT, region TEXT, owner TEXT)
|
||||||
sql = "SELECT code, location, type, size, difficulty, terrain, country, region, owner, status, name FROM caches WHERE owner = ?;";
|
sql = "SELECT code, location, type, size, difficulty, terrain, country, region, owner, status, name FROM caches WHERE owner = ?;";
|
||||||
|
|
Ładowanie…
Reference in New Issue