From 910496f062f7a06cbd71422767cfa10bb4200075 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 29 Oct 2014 16:30:17 -0400 Subject: [PATCH] Remove unused function Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- ipsilon/util/data.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ipsilon/util/data.py b/ipsilon/util/data.py index 5672d04..382f76f 100755 --- a/ipsilon/util/data.py +++ b/ipsilon/util/data.py @@ -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: -- 2.20.1