Skip to content
Snippets Groups Projects
Commit 0dd09a00 authored by Malte Bauch's avatar Malte Bauch
Browse files

removed no longer needed functions

parent 7539c7af
Branches
Tags
3 merge requests!97Resolve "PND handling via CLI and database",!91"Overhaul Architecture",!90Develop
Pipeline #63955 passed with warnings
......@@ -119,11 +119,6 @@ func (pnd *pndImplementation) removeDevice(uuid uuid.UUID) error {
return nil
}
func (pnd *pndImplementation) getDevice(uuid uuid.UUID) (*Device, bool) {
device, exists := pnd.devices[uuid]
return device, exists
}
func (pnd *pndImplementation) MarshalDevice(uuid uuid.UUID) (string, error) {
d := pnd.devices[uuid]
json, err := json.MarshalIndent(d.GoStruct, "", "\t")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment