From dd6e9158cabaf2e98b55acb2c2458868cfc4d4a1 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Wed, 12 Apr 2023 19:52:17 +0200 Subject: [PATCH] Remove unused file --- structure.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 structure.go diff --git a/structure.go b/structure.go deleted file mode 100644 index 6897ffd..0000000 --- a/structure.go +++ /dev/null @@ -1,8 +0,0 @@ -package ppf - -//type DataModel struct { -// Name string // User defined name of his current work (filename later) -// Protocols []ProtocolStructure // List of protocols in order of the stack -// Data []FieldValue // Data of the fields of all protocols -// ProtocolCreation bool -//}