Skip to content

Commit

Permalink
-Do not store row id for symbol target updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Jul 26, 2024
1 parent 2c15aff commit a92a7fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/SQLiteDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,12 +1053,6 @@ int SQLiteDB::writeSymbolsToDatabase(ElfFile& inElf)
logger.logDebug(
"Symbol values were written to the symbols schema with "
"SQLITE_OK status.");

/*Write the id to this symbol so that other tables can use it as
*a foreign key */
sqlite3_int64 lastRowId = sqlite3_last_insert_rowid(database);

symbol->setId(lastRowId);
}
else
{
Expand Down

0 comments on commit a92a7fb

Please sign in to comment.