Remove -D debug_level option.

This commit is contained in:
Todd C. Miller
2012-01-05 11:48:24 -05:00
parent 9c27e91b51
commit 72a4e0943e
4 changed files with 20 additions and 37 deletions

View File

@@ -201,7 +201,6 @@ void get_ttysize(int *rowp, int *colp);
/* sudo.c */
bool exec_setup(struct command_details *details, const char *ptyname, int ptyfd);
int run_command(struct command_details *details);
extern int debug_level;
extern const char *list_user, *runas_user, *runas_group;
extern struct user_details user_details;