From 2cba152e7c00ff2c422d5e1c911f17ea07f346ed Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 6 Feb 2012 02:05:05 +0100 Subject: Merge the two processing mode into a unique one --- lib/parser.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/parser.py') diff --git a/lib/parser.py b/lib/parser.py index 6dc5d0b..d2eaf9c 100644 --- a/lib/parser.py +++ b/lib/parser.py @@ -78,16 +78,6 @@ class GenericParser(object): except: return False - def remove_all_strict(self): - ''' - If the remove_all() is not efficient enough, - this method is implemented : - It is efficient, but destructive. - In a perfect world, with nice fileformat, - this method would not exist. - ''' - self.remove_all() - def _remove(self, fieldset, field): ''' Delete the given field -- cgit v1.3