diff options
Diffstat (limited to 'src/common/db.c')
-rw-r--r-- | src/common/db.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/db.c b/src/common/db.c index 7d1eb3903..80918d7f6 100644 --- a/src/common/db.c +++ b/src/common/db.c @@ -2377,4 +2377,3 @@ void linkdb_final( struct linkdb_node** head ) { } *head = NULL; } - |