os: remove unused define MAX_TIMES_PER
Remove leftover from commit e10ba9e
, MAX_TIMES_PER is not used anymore.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8b170c4447
commit
23d85c5442
1
os/io.c
1
os/io.c
|
@ -116,7 +116,6 @@ static OsCommPtr AvailableInput = (OsCommPtr) NULL;
|
||||||
lswapl(((xBigReq *)(req))->length) : \
|
lswapl(((xBigReq *)(req))->length) : \
|
||||||
((xBigReq *)(req))->length)
|
((xBigReq *)(req))->length)
|
||||||
|
|
||||||
#define MAX_TIMES_PER 10
|
|
||||||
#define BUFSIZE 16384
|
#define BUFSIZE 16384
|
||||||
#define BUFWATERMARK 32768
|
#define BUFWATERMARK 32768
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue