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

Data Protection minor tidying #31512

Merged
3 commits merged into from
Apr 6, 2021
Merged

Commits on Apr 3, 2021

  1. Remove unused code

    Remove unused constant, method and variable.
    martincostello committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    a4b753c View commit details
    Browse the repository at this point in the history
  2. Remove array allocations

    Use Array.Empty() instead of allocating an empty array.
    Use a static array for activation type instead of creating a new one per invocation.
    martincostello committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    acaed01 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Rename field

    Address PR feedback.
    martincostello committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    557fc41 View commit details
    Browse the repository at this point in the history