1
0
Fork 0

[PATCH] char: ip2 remove broken macro

This macro is broken and unused so why not remove it.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
wifi-calibration
Mariusz Kozlowski 2006-12-06 20:39:43 -08:00 committed by Linus Torvalds
parent f9231a0ca1
commit 652d3a3ed7
1 changed files with 0 additions and 5 deletions

View File

@ -367,11 +367,6 @@ static UCHAR cc02[];
#define CSE_NULL 3 // Replace with a null
#define CSE_MARK 4 // Replace with a 3-character sequence (as Unix)
#define CMD_SET_REPLACEMENT(arg,ch) \
(((cmdSyntaxPtr)(ct36a))->cmd[1] = (arg), \
(((cmdSyntaxPtr)(ct36a))->cmd[2] = (ch), \
(cmdSyntaxPtr)(ct36a))
#define CSE_REPLACE 0x8 // Replace the errored character with the
// replacement character defined here