summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-28 19:44:17 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-28 19:44:17 +0300
commit58acbb42a733b479ff0b1158f8ab4b80bc0ed820 (patch)
treec3c0d220100d8fb8fb8d3a33a2508b1568ef94ca /obnamlib/fmt_ga/client.py
parentc7a4464956b6bc0b66ae682e30aa6c93f31a0a07 (diff)
downloadobnam-58acbb42a733b479ff0b1158f8ab4b80bc0ed820.tar.gz
Drop unused method
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index 4895a65a..81285ee5 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -422,9 +422,6 @@ class GAGeneration(object):
def set_number(self, new_id):
self._id = new_id
- def keys(self):
- return self._keys.keys()
-
def get_key(self, key, default=None):
return self._keys.get_key(key, default=default)