mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
remove empty functions
This commit is contained in:
parent
15f66d1f0f
commit
ab736e8f48
@ -83,18 +83,6 @@ def update(repo_uri):
|
||||
repo.pull()
|
||||
|
||||
|
||||
def envs():
|
||||
'''
|
||||
Return a list of branches that can be used as environments
|
||||
'''
|
||||
|
||||
|
||||
def purge_cache():
|
||||
'''
|
||||
Purge the hg_pillar cache
|
||||
'''
|
||||
|
||||
|
||||
class Repo(object):
|
||||
'''
|
||||
Deal with remote hg (mercurial) repository for Pillar
|
||||
|
Loading…
Reference in New Issue
Block a user