Skip to content

Commit

Permalink
forgor something
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 20, 2023
1 parent 17f19c4 commit 5edd5f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/util/os_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ const char *
os_get_option(const char *name)
{
const char *opt = getenv(name);
#if DETECT_OS_ANDROID
if (!opt) {
opt = os_get_android_option(name);
}
#endif
return opt;
}

Expand Down

0 comments on commit 5edd5f7

Please sign in to comment.