summaryrefslogtreecommitdiffstats
path: root/src/cli/CLI.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 13:35:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 13:35:15 +0100
commitfd5c97267cda4cfbc23e367fc1338aa0988a8b44 (patch)
treebb98c6f3fa9678600dcc36494870cc265513e6e6 /src/cli/CLI.cpp
parentef96cd431369b2cf0dd640a0bb66be4fb029b9c0 (diff)
downloadabrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.tar.gz
abrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.tar.xz
abrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.zip
remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used instead
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/CLI.cpp')
-rw-r--r--src/cli/CLI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli/CLI.cpp b/src/cli/CLI.cpp
index 5ece3171..49c08279 100644
--- a/src/cli/CLI.cpp
+++ b/src/cli/CLI.cpp
@@ -182,10 +182,6 @@ static void print_crash_info(crash_data_t *crash_data, bool show_backtrace)
if (hostname)
printf(_("Hostname: %s\n"), hostname);
- const char *reproduce = get_crash_item_content_or_NULL(crash_data, FILENAME_REPRODUCE);
- if (reproduce)
- printf(_("\nHow to reproduce:\n%s\n"), reproduce);
-
const char *comment = get_crash_item_content_or_NULL(crash_data, FILENAME_COMMENT);
if (comment)
printf(_("\nComment:\n%s\n"), comment);