microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

Delete several unused methods and types #405

Closed mjcheetham closed 4 years ago

mjcheetham commented 4 years ago

When we forked the code from VFS for Git we brought over a lot of things that are not required. We're still carrying them around and they should be removed - we have no use for them and will not need them.

In many cases the only 'references' to these types were either themselves, or their own unit tests.