diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-08 12:47:35 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-08 12:47:35 +0200 |
commit | a1330d4f0271e5a22f1764302b18bf5e1665a68e (patch) | |
tree | d43a2a25024791a1e1e943baf30f01ecd3ed9f28 /lib/Plugins/Bugzilla.h | |
parent | f8f0951b0d29edc14d6985ecff68bc181a5ccaa5 (diff) | |
download | abrt-a1330d4f0271e5a22f1764302b18bf5e1665a68e.tar.gz abrt-a1330d4f0271e5a22f1764302b18bf5e1665a68e.tar.xz abrt-a1330d4f0271e5a22f1764302b18bf5e1665a68e.zip |
Bugzilla: removed "+1" feature
- this plugin added +1 as comment to existing bugzilla recognized
as a duplicate of a bug being reported, this feature only adds "noise"
to comments, so adding user to CC seems sufficient
Diffstat (limited to 'lib/Plugins/Bugzilla.h')
-rw-r--r-- | lib/Plugins/Bugzilla.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.h b/lib/Plugins/Bugzilla.h index c5098b3..f6a8976 100644 --- a/lib/Plugins/Bugzilla.h +++ b/lib/Plugins/Bugzilla.h @@ -18,7 +18,6 @@ class CReporterBugzilla : public CReporter void Login(); void Logout(); bool CheckCCAndReporter(const std::string& pBugId); - void AddPlusOneComment(const std::string& pBugId); void AddPlusOneCC(const std::string& pBugId); std::string CheckUUIDInBugzilla(const std::string& pComponent, const std::string& pUUID); std::string NewBug(const map_crash_report_t& pCrashReport); |