From a7eb3b91455988af348bc18cf8d87010e0359954 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 16 Mar 2009 14:37:15 -0700 Subject: [PATCH] dpctl: Remove unused macro. --- utilities/dpctl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/utilities/dpctl.c b/utilities/dpctl.c index c7a17b72..d8303a47 100644 --- a/utilities/dpctl.c +++ b/utilities/dpctl.c @@ -69,9 +69,6 @@ #define DEFAULT_IDLE_TIMEOUT 60 -/* Maximum size of action buffer for adding and modify flows */ -#define MAX_ACT_LEN 60 - #define MOD_PORT_CMD_UP "up" #define MOD_PORT_CMD_DOWN "down" #define MOD_PORT_CMD_FLOOD "flood" -- 2.30.2