tools: Remove redundant check for request size in make_requests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
05b623e774
commit
6d2169649e
|
@ -171,7 +171,6 @@ sub PARSE_REQUESTS()
|
|||
print SERVER_PROT "};\n";
|
||||
print SERVER_PROT "struct ${name}_reply\n{\n";
|
||||
print SERVER_PROT " struct reply_header __header;\n";
|
||||
die "request $name too large ($offset)" if ($offset > $max_req_size);
|
||||
$offset = 8;
|
||||
$state++;
|
||||
next;
|
||||
|
|
Loading…
Reference in New Issue