Skip to content

Commit

Permalink
Drop PREFIX macro
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
littlewu2508 committed Jan 7, 2024
1 parent b3eb315 commit f3a763c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librc/librc.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ get_systype(void)
static const char *
detect_prefix(const char *systype)
{
#ifdef PREFIX
return RC_SYS_PREFIX;
#else
if (systype) {
if (strcmp(systype, RC_SYS_NONE) == 0)
return NULL;
Expand All @@ -245,7 +242,6 @@ detect_prefix(const char *systype)
}

return NULL;
#endif
}

static const char *
Expand Down

0 comments on commit f3a763c

Please sign in to comment.