From 994a42659dc500f602e83f91501ec4a959481fa5 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 23 Aug 2021 19:05:09 -0400 Subject: Enterprise apis and support Also secrets provider + openUrl --- python/generator.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python/generator.cpp') 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 -- cgit v1.3.1