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 deleted functions #2492

Merged
merged 6 commits into from
Feb 6, 2023
Merged

remove deleted functions #2492

merged 6 commits into from
Feb 6, 2023

Commits on Feb 5, 2023

  1. remove deleted Image member functions

    The inherited Image class already has these same deleted functions.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    be11829 View commit details
    Browse the repository at this point in the history
  2. do the same for Io functions

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0b914d3 View commit details
    Browse the repository at this point in the history
  3. more delete removals

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0a310ad View commit details
    Browse the repository at this point in the history
  4. remove some overriden defaulted destructors

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f467317 View commit details
    Browse the repository at this point in the history
  5. add missing member functions

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d38009a View commit details
    Browse the repository at this point in the history
  6. remove deleted members from static classes

    This is a holdover from C++98. No need anymore
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    3a8e75d View commit details
    Browse the repository at this point in the history