diff mbox

[01/14] Remove unused MAX_VAR_NAME define

Message ID 20100709050341.441289813@samba.org
State Changes Requested
Headers show

Commit Message

Anton Blanchard July 9, 2010, 5:03 a.m. UTC
MAX_VAR_NAME isn't used anywhere, remove it.

Signed-off-by: Anton Blanchard <anton@samba.org>
---
diff mbox

Patch

Index: yaboot/second/cfg.c
===================================================================
--- yaboot.orig/second/cfg.c	2010-07-08 14:19:06.000000000 +1000
+++ yaboot/second/cfg.c	2010-07-08 14:19:47.000000000 +1000
@@ -42,7 +42,6 @@  typedef struct {
 } CONFIG;
 
 #define MAX_TOKEN 511
-#define MAX_VAR_NAME MAX_TOKEN
 #define EOF -1
 
 CONFIG cf_options[] =