summaryrefslogtreecommitdiff
path: root/python/generator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/generator.cpp')
-rw-r--r--python/generator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/generator.cpp b/python/generator.cpp
index e0695b66..2e42fa6f 100644
--- a/python/generator.cpp
+++ b/python/generator.cpp
@@ -160,11 +160,6 @@ int main(int argc, char* argv[])
return 1;
}
- if (getenv("BN_LICENSE"))
- {
- BNSetLicense(getenv("BN_LICENSE"));
- }
-
Architecture::Register(new GeneratorArchitecture());
// Parse API header to get type and function information