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

Cleanup: Remove useless const in tracing interface. #30201

Merged
merged 2 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. Clean up: tracing interface is passing the tracing decision by value.

    Remove const value since implementation could be non-const and effects
    aren't visible anyhow to caller.
    
    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    adb86d6 View commit details
    Browse the repository at this point in the history
  2. Fmt.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7c68d01 View commit details
    Browse the repository at this point in the history