Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devbot/system.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/devbot/system.py b/devbot/system.py
index a69c2bd..9a59b0c 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -64,10 +64,6 @@ checkers = { "binary": check_binary,
"metacity-theme": check_metacity_theme,
"include": check_include }
-def load_deps_json(name):
- path = os.path.join(scriptdir, "deps", "%s.json" % name)
- return json.load(open(path))
-
def run_checks(package_manager, checks, packages):
distro_name = distro.get_distro_name()