diff --git a/wa/framework/configuration/execution.py b/wa/framework/configuration/execution.py
index 6c81521e..2689c9e5 100644
--- a/wa/framework/configuration/execution.py
+++ b/wa/framework/configuration/execution.py
@@ -37,9 +37,6 @@ class ConfigManager(object):
     instance of wA itself.
     """
 
-    def from_pod(self, pod):
-        return None # TODO
-
     @property
     def enabled_instruments(self):
         return self.jobs_config.enabled_instruments