diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-21 07:54:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-21 07:54:25 -0700 |
commit | dd385954ec30b2dbdb8fe4dd6c7a5907cf752faa (patch) | |
tree | f182f4f07e99996a23c333dd9aa20d1d81a2aeab /stdlib | |
parent | 35a0332d1dcf2dbd743e5a24cc6f7d2b15fb8b8c (diff) | |
download | txr-dd385954ec30b2dbdb8fe4dd6c7a5907cf752faa.tar.gz txr-dd385954ec30b2dbdb8fe4dd6c7a5907cf752faa.tar.bz2 txr-dd385954ec30b2dbdb8fe4dd6c7a5907cf752faa.zip |
syrooting: remove two useless checks.
* txr.c (sysroot_init): The value of TXR_REL_PATH
already has the exe suffix on it if we are building
for Windows. There is no need to try with EXE_SUFF
tacked on to it. There is also no need to try PROG_NAME
with or without the suffix. EXE_SUFF is the empty
string on non-Windows platforms, so the two lines of
code are equivalent. On Windows, PROG_NAME without
the EXE_SUFF will not match; that maybe_sysroot call
is a waste of CPU cycles.
Diffstat (limited to 'stdlib')
0 files changed, 0 insertions, 0 deletions