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

rt: remove unnecessary enum in basic_scheduler #4462

Merged
merged 2 commits into from Feb 3, 2022
Merged

Commits on Feb 2, 2022

  1. rt: remove unnecessary enum in basic_scheduler

    The enum is no longer needed. It was used previously to support multiple
    kinds of control messages to the scheduler but that has been refactored
    out.
    carllerche committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c6e1f28 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    231acc7 View commit details
    Browse the repository at this point in the history