Remove now not needed definition of allow_unsafe_import

Summary: not needed any more

Reviewed By: bolinfest

Differential Revision: D4532533

fbshipit-source-id: 43b4db9a21ae774f7d41187e4e4598e171b7a59c
This commit is contained in:
Emil Sjolander
2017-02-09 03:16:51 -08:00
committed by Facebook Github Bot
parent b5c2b09780
commit 737f1cc67c

View File

@@ -27,9 +27,3 @@ BASE_COMPILER_FLAGS = [
def yoga_dep(dep): def yoga_dep(dep):
return '//' + dep return '//' + dep
class allow_unsafe_import:
def __enter__(self):
pass
def __exit__(self, type, value, traceback):
pass