Skip to content

Commit

Permalink
[PATCH] char: ip2 remove broken macro
Browse files Browse the repository at this point in the history
This macro is broken and unused so why not remove it.

Signed-off-by: Mariusz Kozlowski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed Dec 7, 2006
1 parent f9231a0 commit 652d3a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/char/ip2/i2cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 652d3a3

Please sign in to comment.