diff options
author | Adrian Negreanu <adrian.m.negreanu@intel.com> | 2013-06-19 11:50:15 (GMT) |
---|---|---|
committer | Adrian Negreanu <groleo@gmail.com> | 2013-08-03 12:46:44 (GMT) |
commit | cf0f9ca4d8c3be686b4403e4e36d44d9666ef064 (patch) | |
tree | 8d6b23dca9d1bad931c360504a8369a93229de71 /src/sqlite3gen.cpp | |
parent | 8b59eba4d875ba84215303751fadbb05af46fbae (diff) | |
download | Doxygen-cf0f9ca4d8c3be686b4403e4e36d44d9666ef064.zip Doxygen-cf0f9ca4d8c3be686b4403e4e36d44d9666ef064.tar.gz Doxygen-cf0f9ca4d8c3be686b4403e4e36d44d9666ef064.tar.bz2 |
sqlite3: fix warning 'set but not used'
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Diffstat (limited to 'src/sqlite3gen.cpp')
-rw-r--r-- | src/sqlite3gen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp index 43d6691..bf726d8 100644 --- a/src/sqlite3gen.cpp +++ b/src/sqlite3gen.cpp @@ -934,8 +934,6 @@ static void generateSqlite3ForClass(sqlite3 *db, ClassDef *cd) bindIntParameter(i_s_compounddef,":column",cd->getDefColumn()); step(db,i_s_compounddef); - sqlite3_int64 id_compound=0 ; - id_compound = sqlite3_last_insert_rowid(db); // + basecompoundref if (cd->baseClasses()) |