Skip to content

Commit 0b7450a

Browse files
littlewu2508williamh
authored andcommitted
Drop PREFIX macro
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
1 parent 6958aff commit 0b7450a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/librc/librc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ get_systype(void)
234234
static const char *
235235
detect_prefix(const char *systype)
236236
{
237-
#ifdef PREFIX
238-
return RC_SYS_PREFIX;
239-
#else
240237
if (systype) {
241238
if (strcmp(systype, RC_SYS_NONE) == 0)
242239
return NULL;
@@ -245,7 +242,6 @@ detect_prefix(const char *systype)
245242
}
246243

247244
return NULL;
248-
#endif
249245
}
250246

251247
static const char *

0 commit comments

Comments
 (0)