X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb.c;h=3acf05b96e15fdebc4ef893139a477907d293a30;hp=50ff24a6e6ca4a44ca84a9b97c7ae3b37d440474;hb=25db0fb4908967e045ff3c20f6eb98f8f43f0468;hpb=41391dd9a73e1aa8bb8193cf6335542c703f20e9;ds=sidebyside 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. */