cleanup
diff --git a/communication.c b/communication.c
index 33aa98d..f9f173b 100644
--- a/communication.c
+++ b/communication.c
@@ -297,7 +297,7 @@
 
 /* Gets executed after ebt_deliver_table. Delivers the counters to the kernel
  * and resets the counterchanges to CNT_NORM */
-void ebt_deliver_counters(struct ebt_u_replace *u_repl, int exec_style)
+void ebt_deliver_counters(struct ebt_u_replace *u_repl)
 {
 	struct ebt_counter *old, *new, *newcounters;
 	socklen_t optlen;