diff options
Diffstat (limited to 'lib/readline/undo.c')
-rw-r--r-- | lib/readline/undo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/readline/undo.c b/lib/readline/undo.c index 9be231de..25c287b5 100644 --- a/lib/readline/undo.c +++ b/lib/readline/undo.c @@ -50,8 +50,6 @@ #include "rlprivate.h" #include "xmalloc.h" -#define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) - /* Non-zero tells rl_delete_text and rl_insert_text to not add to the undo list. */ int _rl_doing_an_undo = 0; |