Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove static field from c code base #11894

Merged
merged 2 commits into from
Dec 6, 2021
Merged

Remove static field from c code base #11894

merged 2 commits into from
Dec 6, 2021

Commits on Dec 6, 2021

  1. Remove static field from c code base

    Motivation:
    
    This came up in another PR. We dont need to store the field in the jni layer which makes things easier.
    
    Modifications:
    
    Refactor code to just store it in the java class
    
    Result:
    
    Cleanup
    normanmaurer committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    adffe7d View commit details
    Browse the repository at this point in the history
  2. Comment

    normanmaurer committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5c0e4c4 View commit details
    Browse the repository at this point in the history