diff --git a/mvds.md b/mvds.md index 9994e89..2996c76 100644 --- a/mvds.md +++ b/mvds.md @@ -45,8 +45,6 @@ Payloads are implemented using [protocol buffers v3](https://developers.google.c ```protobuf syntax = "proto3"; -package vac.mvds; - message Payload { repeated bytes acks = 5001; repeated bytes offers = 5002;