Francois Gouget : testbot: Remove an unneeded EnumPropertyDescriptor import.

Alexandre Julliard julliard at winehq.org
Fri Mar 9 13:19:55 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Mar  9 13:34:49 2018 +0100

testbot: Remove an unneeded EnumPropertyDescriptor import.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/RecordGroups.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/RecordGroups.pm b/testbot/lib/WineTestBot/RecordGroups.pm
index cde1a8d..dfa83ae 100644
--- a/testbot/lib/WineTestBot/RecordGroups.pm
+++ b/testbot/lib/WineTestBot/RecordGroups.pm
@@ -57,7 +57,6 @@ WineTestBot::RecordGroups - A collection of WineTestBot::RecordGroup objects
 =cut
 
 use ObjectModel::BasicPropertyDescriptor;
-use ObjectModel::EnumPropertyDescriptor;
 use ObjectModel::DetailrefPropertyDescriptor;
 use WineTestBot::WineTestBotObjects;
 use WineTestBot::Records;




More information about the wine-cvs mailing list