Skip to content

Commit

Permalink
Remove legacy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Mar 16, 2017
1 parent 3fa1841 commit 7e2c657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libr/anal/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ R_API bool r_sign_load(RAnal *a, const char *file) {
R_API bool r_sign_save(RAnal *a, const char *file) {
bool retval = true;

// TODO(nibble): Fix sdb. If we use only one db to sync to disk,
// when executing f-* some null entries remain.
Sdb *db = sdb_new (NULL, file, 0);
sdb_merge (db, a->sdb_zigns);
retval = sdb_sync (db);
Expand Down

0 comments on commit 7e2c657

Please sign in to comment.