diff options
author | Werner Koch <wk@gnupg.org> | 2006-04-19 15:24:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-04-19 15:24:36 +0200 |
commit | d0907e64f473b743ec7a6888583e19502b804ca2 (patch) | |
tree | 455edb5bd2b75ce96b967fc398160f3adb989a66 /g10/tdbio.c | |
parent | Merged with gpg 1.4.3 code. (diff) | |
download | gnupg2-d0907e64f473b743ec7a6888583e19502b804ca2.tar.xz gnupg2-d0907e64f473b743ec7a6888583e19502b804ca2.zip |
Continued with merging.
Still does not build.
Diffstat (limited to '')
-rw-r--r-- | g10/tdbio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index 74e75b3c9..11e3bb3fd 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -94,7 +94,6 @@ static int db_fd = -1; static int in_transaction; static void open_db(void); -static void migrate_from_v2 (void); @@ -580,8 +579,6 @@ tdbio_get_dbname() static void open_db() { - byte buf[10]; - int n; TRUSTREC rec; assert( db_fd == -1 ); |