Remove unused variables (thanks Vincent Untz).

This commit is contained in:
Martijn
2014-10-19 13:56:44 +02:00
parent 69dda249c2
commit 2b65e93207

View File

@@ -48,18 +48,9 @@ int main( int argc, char** argv )
int nwipe_enumerated; /* The number of contexts that have been enumerated. */
int nwipe_error = 0; /* An error counter. */
int nwipe_selected = 0; /* The number of contexts that have been selected. */
int nwipe_shmid; /* A shared memory handle for the context array. */
int nwipe_wait = 0; /* The number of child processes that have returned. */
pthread_t nwipe_gui_thread; /* The thread ID of the GUI thread. */
pthread_t nwipe_sigint_thread; /* The thread ID of the sigint handler. */
/* The list of device filenames. */
char** nwipe_names = NULL;
/* Used to write-out the result file. */
char nwipe_result_file [FILENAME_MAX];
FILE* nwipe_result_fp;
/* The entropy source file handle. */
int nwipe_entropy;