From 5fd2d50abb74b221bfc1c2c7d98767202bf3b37e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 9 Jun 2010 11:18:49 +0200 Subject: remove useless duplicate statement Signed-off-by: Denys Vlasenko --- lib/Utils/make_descr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp index cfec3529..c7b55557 100644 --- a/lib/Utils/make_descr.cpp +++ b/lib/Utils/make_descr.cpp @@ -176,8 +176,6 @@ string make_description_logger(const map_crash_data_t& pCrashData) continue; /* blacklisted */ if (content == "1.\n2.\n3.\n") continue; /* user did not change default "How to reproduce" */ - if (content == "1.\n2.\n3.\n") - continue; /* user did not change default "How to reproduce" */ bool was_multiline = 0; string tmp; -- cgit