Skip to content
Snippets Groups Projects
Commit 13eb81c1 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

remove duplicate declaration

parent 0ca45485
No related branches found
No related tags found
1 merge request!180Resolve "Data Race in Change State Manager"
...@@ -26,10 +26,3 @@ type Payload struct { ...@@ -26,10 +26,3 @@ type Payload struct {
Original ygot.GoStruct Original ygot.GoStruct
Modified ygot.GoStruct Modified ygot.GoStruct
} }
// Payload contains two ygot.GoStructs, the first represents the original state
// before the change was applied and the second repesents the modified state.
type Payload struct {
Original ygot.GoStruct
Modified ygot.GoStruct
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment