diff options
| author | Werner Koch <[email protected]> | 2006-04-19 13:24:36 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-04-19 13:24:36 +0000 |
| commit | d0907e64f473b743ec7a6888583e19502b804ca2 (patch) | |
| tree | 455edb5bd2b75ce96b967fc398160f3adb989a66 /g10/tdbio.c | |
| parent | Merged with gpg 1.4.3 code. (diff) | |
| download | gnupg-d0907e64f473b743ec7a6888583e19502b804ca2.tar.gz gnupg-d0907e64f473b743ec7a6888583e19502b804ca2.zip | |
Continued with merging.
Still does not build.
Diffstat (limited to 'g10/tdbio.c')
| -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 ); |
