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 several deprecated constants and functions #1255

Merged
merged 2 commits into from
Jun 12, 2020

Commits on Jun 5, 2020

  1. Remove several deprecated constants and functions

    * `unistd::daemon` on Apple
    * `unistd::pipe2` on Apple
    * `sys::event::FilterFlag::NOTE_EXIT_REPARENTED` on Apple
    * `sys::event::FilterFlag::NOTE_REAP` on Apple
    * `sys::ptrace::ptrace` on Android and Linux
    
    All have been deprecated for more than two releases and one year.
    asomers committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f698fd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Respond to review comments

    asomers committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d080785 View commit details
    Browse the repository at this point in the history