Skip to content

Commit

Permalink
delete redundant check
Browse files Browse the repository at this point in the history
Co-authored-by: Jooho Kim <[email protected]>
  • Loading branch information
YeunjunLee and joohok authored Apr 24, 2024
1 parent c2916c9 commit 78e5377
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/executables/util_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,10 +1730,7 @@ diagdb (UTIL_FUNCTION_ARG * arg)
}
else
{
if (diag == DIAGDUMP_ALL)
{
goto print_diag_usage;
}
assert (diag != DIAGDUMP_ALL);
if (!sm_check_system_class_by_name (class_name))
{
if (utility_check_class_name (class_name) != NO_ERROR)
Expand Down

0 comments on commit 78e5377

Please sign in to comment.