sed: remove now-redundant backslash-newline handling
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 8 Jul 2013 00:04:44 +0000 (02:04 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 8 Jul 2013 00:07:16 +0000 (02:07 +0200)
commit40ab27a225f81b8d1d9b642f293c366f5cc4108f
treedc7c99ff05bc437d2d9d1a6b42cb5e2e32956424
parente93d15613e827db0d1a7ee7e251b7360bb7ab447
sed: remove now-redundant backslash-newline handling

4b0bb9e0fd9ec06e9e61b1a1527ace99ea9fe571 added this code in 2007,
then in a2215b98f7d65bc613b9c8f008d79672402c6a07 more general fix
was added.

function                                             old     new   delta
add_cmd_block                                         98      58     -40

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/sed.c