Freaky / Compactor

A user interface for Windows 10 filesystem compression
MIT License
1.16k stars 47 forks source link

No need to reference count static variables #9

Closed Dr-Emann closed 5 years ago

Dr-Emann commented 5 years ago

This removes the reference counting from the statics in persistence.

Freaky commented 5 years ago

I had vague plans to inject them as dependencies rather than having everything grab them ad-hoc, but evidently never got around to it.