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

Delete several unused methods and types #405

Merged
merged 6 commits into from
Jul 15, 2020

Commits on Jul 15, 2020

  1. cleanup: delete unused version properties

    Remove unused Scalar and Git version properties from the
    ScalarEnlistment type.
    mjcheetham committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ec4793d View commit details
    Browse the repository at this point in the history
  2. cleanup: remove unused file system code

    Remove various file system and path manipulation code that was no longer
    used anywhere. Much was cruft carried over from VFS for Git.
    mjcheetham committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    59afa43 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove unused enlistment ID methods

    Remove unsued enlistment ID methods and tests.
    mjcheetham committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    49fa8f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8984a7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a11bf2 View commit details
    Browse the repository at this point in the history
  6. cleanup: delete several unused types

    Delete several unused types (and their tests). Many of these types were
    only referenced by themselves, or their own unit tests! These are a
    hold-over from the forking from VFS for Git.
    mjcheetham committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    47ed0fe View commit details
    Browse the repository at this point in the history