osbuild: remove dead code

The helper functions were never used, we should aim to use the
osbuild types just as regular structs for serialization purposes.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2020-03-25 23:45:53 +01:00
parent 7967ecbbf8
commit 895a4769e3
3 changed files with 2 additions and 24 deletions

View file

@ -1,9 +1,10 @@
package blueprint
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"
)
func TestDeepCopy(t *testing.T) {