summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-09 11:18:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-09 11:18:49 +0200
commit5fd2d50abb74b221bfc1c2c7d98767202bf3b37e (patch)
treef25df6e31c0ae6179583068d61088d5bcaa8a7c2
parent5bfe5b57ed32537c65d4c1907114df01c4c91c61 (diff)
downloadabrt-5fd2d50abb74b221bfc1c2c7d98767202bf3b37e.tar.gz
abrt-5fd2d50abb74b221bfc1c2c7d98767202bf3b37e.tar.xz
abrt-5fd2d50abb74b221bfc1c2c7d98767202bf3b37e.zip
remove useless duplicate statement
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--lib/Utils/make_descr.cpp2
1 files changed, 0 insertions, 2 deletions
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;