summaryrefslogtreecommitdiff
path: root/sux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sux.c')
-rw-r--r--sux.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sux.c b/sux.c
index 3082632..d26118d 100644
--- a/sux.c
+++ b/sux.c
@@ -27,7 +27,6 @@ pthread_cond_t main_cond = PTHREAD_COND_INITIALIZER;
uint8_t threads_done = 0;
uint8_t step = 0;
-uint8_t esc = 0;
uint8_t *addr;
@@ -621,12 +620,12 @@ int main(int argc, char **argv) {
pthread_mutex_lock(&main_mutex);
pthread_cond_wait(&main_cond, &main_mutex);
pthread_mutex_unlock(&main_mutex);
- #if keypoll
+ /*#if keypoll
pthread_mutex_lock(&mutex);
#endif
#if keypoll
pthread_mutex_unlock(&mutex);
- #endif
+ #endif*/
#else
pthread_mutex_lock(&main_mutex);
pthread_cond_wait(&main_cond, &main_mutex);