Skip to content

Commit

Permalink
Remove unused attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Mar 29, 2022
1 parent 31493d3 commit e04db07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/engine/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ var (
MetaWorkstation = NewAttribute("_workstation")
MetaServer = NewAttribute("_server")
MetaLAPSInstalled = NewAttribute("_haslaps")
// The rest is skipped
_ = NewAttribute("member")
_ = NewAttribute("member;range=0-4999")
_ = NewAttribute("proxyAddresses")
_ = NewAttribute("dSCorePropagationData")
)

type Attribute uint16
Expand Down

0 comments on commit e04db07

Please sign in to comment.