X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Freadline%2Fundo.c;h=25c287b5a2df3df04c7d9fd98f1978949c6d7016;hb=refs%2Ftags%2Fdevel-base-dist;hp=9be231ded236157d14a445d504b2f064e401c649;hpb=f73dda092b33638d2d5e9c35375f687a607b5403;p=platform%2Fupstream%2Fbash.git diff --git a/lib/readline/undo.c b/lib/readline/undo.c index 9be231d..25c287b 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;