summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py10
1 files changed, 0 insertions, 10 deletions
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):
78 except: 78 except:
79 return False 79 return False
80 80
81 def remove_all_strict(self):
82 '''
83 If the remove_all() is not efficient enough,
84 this method is implemented :
85 It is efficient, but destructive.
86 In a perfect world, with nice fileformat,
87 this method would not exist.
88 '''
89 self.remove_all()
90
91 def _remove(self, fieldset, field): 81 def _remove(self, fieldset, field):
92 ''' 82 '''
93 Delete the given field 83 Delete the given field