X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb.c;h=3acf05b96e15fdebc4ef893139a477907d293a30;hb=c693a0e25d2776d0f0faf715dc20230a56baddc3;hp=50ff24a6e6ca4a44ca84a9b97c7ae3b37d440474;hpb=41391dd9a73e1aa8bb8193cf6335542c703f20e9;p=ccan diff --git a/ccan/tdb/tdb.c b/ccan/tdb/tdb.c index 50ff24a6..3acf05b9 100644 --- a/ccan/tdb/tdb.c +++ b/ccan/tdb/tdb.c @@ -41,8 +41,6 @@ void tdb_increment_seqnum_nonblock(struct tdb_context *tdb) return; } - tdb_trace(tdb, "tdb_increment_seqnum_nonblock"); - /* we ignore errors from this, as we have no sane way of dealing with them. */