diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-08-23 19:05:09 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-11-18 21:37:52 -0500 |
| commit | 994a42659dc500f602e83f91501ec4a959481fa5 (patch) | |
| tree | ca783900c9a6d41dbdd98a1cd66a083d3e886578 /python/generator.cpp | |
| parent | 60f2ecd9d1961f7cd700e01f802bcf640c9d50e0 (diff) | |
Enterprise apis and support
Also secrets provider + openUrl
Diffstat (limited to 'python/generator.cpp')
| -rw-r--r-- | python/generator.cpp | 5 |
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 |
