Skip to content
Snippets Groups Projects
Commit 4c2b75e9 authored by rswindell's avatar rswindell
Browse files

Removed unused variable st, from kbhit().

parent 2ee25082
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,6 @@ int kbhit(void)
{
fd_set inp;
struct timeval timeout = {0, 0};
struct stat st;
if(!istty) {
istty = isatty(STDIN_FILENO);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment