Skip to content

Commit 88ec44f

Browse files
committed
Removing Metadata field
This removes the Metadata field since it isn't used anywhere.
1 parent 6ee5088 commit 88ec44f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

machine.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ func (cfg *Config) Validate() error {
131131

132132
// Machine is the main object for manipulating Firecracker microVMs
133133
type Machine struct {
134-
// Metadata is the associated metadata that will be sent to the firecracker
135-
// process
136-
Metadata interface{}
137134
// Handlers holds the set of handlers that are run for validation and start
138135
Handlers Handlers
139136

0 commit comments

Comments
 (0)