Skip to content

Commit

Permalink
Remove old global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 8, 2014
1 parent 50fc3ea commit 841f859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stored/stored.h
Expand Up @@ -81,7 +81,6 @@ int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
/* Daemon globals from stored.c */
extern STORES *me; /* "Global" daemon resource */
extern bool forge_on; /* proceed inspite of I/O errors */
extern pthread_mutex_t device_release_mutex;
extern pthread_cond_t wait_device_release; /* wait for any device to be released */

#endif /* __STORED_H_ */

0 comments on commit 841f859

Please sign in to comment.