From 51c442fb9e1eb1c779a5ba18105335fe54eb234c Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 6 Mar 2018 18:42:09 -0500 Subject: Revert Bug 1273381 This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5. --- Bugzilla/BugUrl.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/BugUrl.pm') diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm index 9e5750c75..4724ae71a 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -74,13 +74,6 @@ use constant SUB_CLASSES => qw( #### Accessors ###### ############################### -use Class::XSAccessor { - accessors => { - name => __PACKAGE__->NAME_FIELD, - id => __PACKAGE__->ID_FIELD, - }, -}; - sub class { return $_[0]->{class} } sub bug_id { return $_[0]->{bug_id} } -- cgit v1.2.3-24-g4f1b