You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sdk): remove dead license_key / validation subsystem
GENIEX_VALIDATION is never defined by any build file, so the entire
license-validation path was compiled out. No plugin implements
is_validation_needed, so the create()/create_impl() split existed only
to host the dead dispatch. Delete validation.h, IValidatable.h, the
license_id/license_key fields on the create-input structs, the
LICENSE_INVALID/EXPIRED error codes, and the Python-binding mirrors;
collapse create()/create_impl() back into a single create() per modality.
Signed-off-by: Mengsheng Wu <mengshengwu@outlook.com>
0 commit comments