From 935895bbf1b46a97394456c513ba35afc147b71e Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 11 Dec 2017 08:43:03 +0100 Subject: [PATCH] testit: Don't add history, readline() already does this Signed-off-by: Joachim Nilsson --- examples/testit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/testit.c b/examples/testit.c index 7e2392a..204dc76 100644 --- a/examples/testit.c +++ b/examples/testit.c @@ -61,7 +61,6 @@ int main(int argc, char *argv[] __attribute__ ((unused))) perror(p); } } - add_history(p); free(p); }