mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Remove unused variables (thanks Vincent Untz).
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user