[PATCH 3/3] lib: fwts_framework: remove some old and redundant #defines

Colin King colin.king at canonical.com
Fri Jun 28 00:04:11 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

Remove FWTS_ARGS_WIDTH and FWTS_MIN_TTY_WIDTH - no longer used
legacy cruft.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/lib/src/fwts_framework.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c
index 6727d5a..1bda7b1 100644
--- a/src/lib/src/fwts_framework.c
+++ b/src/lib/src/fwts_framework.c
@@ -40,9 +40,6 @@
 	 FWTS_FLAG_UTILS |			\
 	 FWTS_FLAG_UNSAFE)
 
-#define FWTS_ARGS_WIDTH 	28
-#define FWTS_MIN_TTY_WIDTH	50
-
 static fwts_list tests_to_skip;
 
 static fwts_option fwts_framework_options[] = {
-- 
1.8.3.1




More information about the fwts-devel mailing list