1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

Compiler suggested cleanups

This commit is contained in:
Mark Pizzolato
2013-01-23 05:07:44 -08:00
parent e6e6262f45
commit e3207c2009
6 changed files with 13 additions and 15 deletions

View File

@@ -952,7 +952,6 @@ _console_poll(void *arg)
{
int sched_policy;
struct sched_param sched_priority;
int poll_timeout_count = 0;
int wait_count = 0;
DEVICE *d;