lib/util: Rename ctz() as ctz32().
[sliver-openvswitch.git] / lib / vlog.c
index 37806b8..b1ca158 100644 (file)
@@ -42,8 +42,6 @@
 
 VLOG_DEFINE_THIS_MODULE(vlog);
 
-COVERAGE_DEFINE(vlog_recursive);
-
 /* ovs_assert() logs the assertion message, so using ovs_assert() in this
  * source file could cause recursion. */
 #undef ovs_assert