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:
Sebastian Lackner 2015-12-23 03:09:39 +01:00 committed by Alexandre Julliard
parent 05b623e774
commit 6d2169649e
1 changed files with 0 additions and 1 deletions

View File

@ -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;