summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index d3ea377..a7dbe8b 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -109,9 +109,3 @@ class BootAPI:
"""
return _config.deserialize()
- def last_error(self):
- """
- In the event of failure, what went wrong?
- """
- return utils.last_error()
-