Skip to content
Snippets Groups Projects
Commit 652d3a3e authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Linus Torvalds
Browse files

[PATCH] char: ip2 remove broken macro


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

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f9231a0c
No related branches found
No related tags found
No related merge requests found
...@@ -367,11 +367,6 @@ static UCHAR cc02[]; ...@@ -367,11 +367,6 @@ static UCHAR cc02[];
#define CSE_NULL 3 // Replace with a null #define CSE_NULL 3 // Replace with a null
#define CSE_MARK 4 // Replace with a 3-character sequence (as Unix) #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 #define CSE_REPLACE 0x8 // Replace the errored character with the
// replacement character defined here // replacement character defined here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment