Remove dead code

pull/4420/head
Toshio Kuratomi 2015-11-11 08:12:21 -08:00
parent ab44cf2a9a
commit c7b69127ec
1 changed files with 0 additions and 4 deletions

View File

@ -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')