MGCP: remove commented variants

It's unclear why those variants were commented - looks like artifact
from initial development. Let's drop them to avoid confusion.

Change-Id: I3f11a93634fc50243a7210edcd501bd4b90d6dcd
This commit is contained in:
Max 2018-12-11 14:12:18 +01:00 committed by Harald Welte
parent 00fcc49278
commit 4426598c7b
1 changed files with 0 additions and 3 deletions

View File

@ -53,7 +53,6 @@ module MGCP_Types {
MgcpVersion ver
} with {
variant "SEPARATOR(' ', '[\t ]+')"
//variant "END('\r\n', '(\n)|(\r\n)')"
variant "END('\r\n', '([\r\n])|(\r\n)')"
}
@ -63,7 +62,6 @@ module MGCP_Types {
} with {
variant "BEGIN('')"
variant "SEPARATOR(': ', ':[\t ]+')"
//variant "END('\r\n', '(\n)|(\r\n)')"
variant "END('\r\n', '([\r\n])|(\r\n)')"
}
@ -91,7 +89,6 @@ module MGCP_Types {
charstring string optional
} with {
variant "SEPARATOR(' ', '[\t ]+')"
//variant "END('\r\n', '(\n)|(\r\n)')"
variant "END('\r\n', '([\r\n])|(\r\n)')"
}