Skip to content

Commit

Permalink
Removing global variable g_verbosity from utilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Erickson committed Nov 15, 2018
1 parent 8c938da commit 5d4b856
Show file tree
Hide file tree
Showing 17 changed files with 1,257 additions and 990 deletions.
2 changes: 1 addition & 1 deletion opensea-common
5 changes: 1 addition & 4 deletions src/openseachest_util_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ void utility_Full_Version_Info(const char *utilityName, const char *buildVersion

void print_Final_newline(void)
{
if (VERBOSITY_QUIET < g_verbosity)
{
printf("\n");
}
printf("\n");
}

void print_SeaChest_Util_Exit_Codes(int numberOfToolSpecificExitCodes, ptrToolSpecificxitCode toolSpecificExitCodeList, const char * toolName)
Expand Down
Loading

0 comments on commit 5d4b856

Please sign in to comment.