Remove unused function
authorSimo Sorce <simo@redhat.com>
Wed, 29 Oct 2014 20:30:17 +0000 (16:30 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 12 Nov 2014 22:47:27 +0000 (23:47 +0100)
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/util/data.py

index 5672d04..382f76f 100755 (executable)
@@ -126,9 +126,6 @@ class Store(Log):
         self._db = SqlStore(config_name)
         self._query = SqlQuery
 
-    def new_query(self, table, columns=None, autotable=True, autocommit=True):
-        return self._query(self._db, table, columns, autotable, autocommit)
-
     def _row_to_dict_tree(self, data, row):
         name = row[0]
         if len(row) > 2: