aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/table.rs')
-rw-r--r--rustables/src/table.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustables/src/table.rs b/rustables/src/table.rs
index 9de6f5e..447d035 100644
--- a/rustables/src/table.rs
+++ b/rustables/src/table.rs
@@ -6,7 +6,6 @@ use std::{
fmt::Debug,
os::raw::c_char,
};
-use tracing::error;
/// Abstraction of `nftnl_table`. The top level container in netfilter. A table has a protocol
/// family and contain [`Chain`]s that in turn hold the rules.