summaryrefslogtreecommitdiff
path: root/ick2/trans.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-14 12:31:05 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-25 09:19:55 +0300
commit269c653adcdcc2e3ef32d7e311442a723f62dfc6 (patch)
treee6d18a3a4f9fc7d88a5eb65a47de050fede0fe9d /ick2/trans.py
parent9ef1919463a2c40c2f6be723cc0187fdd789930e (diff)
downloadick2-269c653adcdcc2e3ef32d7e311442a723f62dfc6.tar.gz
Drop: unused PersistentState.get_resource_kinds method
Diffstat (limited to 'ick2/trans.py')
-rw-r--r--ick2/trans.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ick2/trans.py b/ick2/trans.py
index f1c8e5e..c5dc22f 100644
--- a/ick2/trans.py
+++ b/ick2/trans.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 Lars Wirzenius
+# Copyright (C) 2018-2019 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -59,9 +59,6 @@ class TransactionalState:
raise ick2.NotFound(kind=kind, rid=rid)
return TransactionalResource(self.state, kind, rid)
- def get_resource_kinds(self):
- return self.state.get_resource_kinds()
-
def get_resource_ids(self, kind):
return self.state.get_resource_ids(kind)