--- src/usr.bin/make/var.c 2005/09/24 07:27:26 1.222 +++ src/usr.bin/make/var.c 2005/09/24 07:37:01 1.223 @@ -185,11 +185,6 @@ GNode *VAR_CMD; /* variables defined on bool oldVars; /* variable substitution style */ bool checkEnvFirst; /* -e flag */ -#define OPEN_PAREN '(' -#define CLOSE_PAREN ')' -#define OPEN_BRACE '{' -#define CLOSE_BRACE '}' - /** * Create a Var object. *