diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 97e81dfdd18757029aeaf25b5af82165f8c41556..07a1a018ee8fa1555351710ce7cda44f84eea105 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -246,7 +246,6 @@ use constant MAX_LINE_LENGTH => 254; # use.) use constant FIELD_MAP => { blocks => 'blocked', - cc_accessible => 'cclist_accessible', commentprivacy => 'comment_is_private', creation_time => 'creation_ts', creator => 'reporter',