Remove dead code

This commit is contained in:
Toshio Kuratomi 2015-11-11 08:12:21 -08:00
parent ab44cf2a9a
commit c7b69127ec

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