diff options
Diffstat (limited to '')
-rw-r--r-- | g10/tdbio.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index bc609adee..07e64a250 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -332,7 +332,9 @@ tdbio_sync() return 0; } - +#if 0 +/* The transaction code is disabled in the 1.2.x branch, as it is not + yet used. It will be enabled in 1.3.x. */ /**************** * Simple transactions system: @@ -402,7 +404,7 @@ tdbio_cancel_transaction() in_transaction = 0; return 0; } - +#endif /******************************************************** |