Remove dead code
This commit is contained in:
parent
ab44cf2a9a
commit
c7b69127ec
1 changed files with 0 additions and 4 deletions
|
@ -280,10 +280,6 @@ class Base:
|
|||
any _post_validate_<foo> functions.
|
||||
'''
|
||||
|
||||
basedir = None
|
||||
if self._loader is not None:
|
||||
basedir = self._loader.get_basedir()
|
||||
|
||||
# save the omit value for later checking
|
||||
omit_value = templar._available_variables.get('omit')
|
||||
|
||||
|
|
Loading…
Reference in a new issue