chore: remove unused code

This commit is contained in:
Johan Siebens
2022-05-29 08:22:17 +02:00
parent 1654680cab
commit b9b42d8342
+1 -14
View File
@@ -21,17 +21,4 @@ message SetACLPolicyRequest {
}
message SetACLPolicyResponse {
}
/*
message Policy {
map<string, string> hosts = 1;
repeated ACL acls = 2;
}
message ACL {
string action = 1;
repeated string src = 2;
repeated string dst = 3;
}
*/
}