Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-garn committed Apr 29, 2020
1 parent 13407b7 commit 0e5becc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ func FromBytes(b []byte) (ExpandedThingDescription, error) {
return td[0], nil
}

// RawThingDescription describes a raw thing description
type RawThingDescription json.RawMessage

// Compact compacts the thing description
func (e *ExpandedThingDescription) Compact() (json.RawMessage, error) {
compactedBytes, err := compact(e)
Expand Down

0 comments on commit 0e5becc

Please # to comment.