Francois Gouget : testbot/lib: Remove Roles::HasRole(), it' s unused and does not make sense.

Alexandre Julliard julliard at winehq.org
Thu May 1 11:53:36 CDT 2014


Module: tools
Branch: master
Commit: b524951e9c26955e3f2d0c3416f4d8a8e8860469
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=b524951e9c26955e3f2d0c3416f4d8a8e8860469

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May  1 14:36:56 2014 +0200

testbot/lib: Remove Roles::HasRole(), it's unused and does not make sense.

See WineTestBot::User::HasRole() instead.

---

 testbot/lib/WineTestBot/Roles.pm |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/testbot/lib/WineTestBot/Roles.pm b/testbot/lib/WineTestBot/Roles.pm
index 620566a..2d74016 100644
--- a/testbot/lib/WineTestBot/Roles.pm
+++ b/testbot/lib/WineTestBot/Roles.pm
@@ -35,11 +35,6 @@ use vars qw (@ISA @EXPORT);
 require Exporter;
 @ISA = qw(WineTestBot::WineTestBotItem Exporter);
 
-sub HasRole
-{
-  my $self = shift;
-  my $RoleName = shift;
-}
 
 package WineTestBot::Roles;
 




More information about the wine-cvs mailing list