ayohrling / local_security_policy

Apache License 2.0
6 stars 28 forks source link

Remove unused "sid_to_user" function #100

Open Andy-Adrian opened 4 years ago

Andy-Adrian commented 4 years ago

The "sid_to_user" function is not used anywhere, and can be removed.

https://github.com/ayohrling/local_security_policy/blob/645603bee9956fc1b4f4b88903123b0b3fb72bb3/lib/puppet_x/lsp/security_policy.rb#L57

And associated spec test

https://github.com/ayohrling/local_security_policy/blob/645603bee9956fc1b4f4b88903123b0b3fb72bb3/spec/unit/puppet/provider/local_security_policy/security_policy_spec.rb#L72