commit:     64a7e5ce9186a3a88ab38dccc517783bc5058424
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 08:54:09 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Mar 30 08:54:09 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=64a7e5ce

Remove the unused validate_config()

---
 pym/portage/sync/syncbase.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pym/portage/sync/syncbase.py b/pym/portage/sync/syncbase.py
index 7386dc1..802ee58 100644
--- a/pym/portage/sync/syncbase.py
+++ b/pym/portage/sync/syncbase.py
@@ -97,9 +97,3 @@ class SyncBase(object):
                # and portdb properly account for its existence.
                '''
                pass
-
-
-       def verify_config(self):
-               '''Verify the config parameters for teh repository
-               '''
-               pass

Reply via email to