Removed non-working MetaDataModel
This commit is contained in:
parent
ff615ec084
commit
e77990a86a
6 changed files with 1 additions and 28 deletions
|
@ -2,11 +2,9 @@ syntax = "proto3";
|
|||
|
||||
package ESGRAF48;
|
||||
|
||||
import "MetaDataModel.proto";
|
||||
import "V2SvkModel.proto";
|
||||
|
||||
message DataModel
|
||||
{
|
||||
MetaDataModel MetaData = 1;
|
||||
V2SvkModel V2Svk = 2;
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package ESGRAF48;
|
||||
|
||||
message MetaDataModel
|
||||
{
|
||||
string dummy = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue