]> granicus.if.org Git - graphviz/commit
lefty SFfindFile: remove MSVC 'strncasecmp' fall back
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 18:26:07 +0000 (11:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 20:43:42 +0000 (13:43 -0700)
commit95121059cefa43a2206f9626115cf660be09c7c9
tree5e689a317163bd7db05a8cb9a75ad20371cf616c
parent181085825ab88e28e0e78f5016bf0cbf2b4a1704
lefty SFfindFile: remove MSVC 'strncasecmp' fall back

Commit 69f8a328e1d41b1cd799c715a8398ab0f096a8f4 replaced `SFstrncmp` with
`strncasecmp` or `_strnicmp` depending on whether we were compiling with a
non-MSVC compiler or with MSVC, respectively. However, this code is part of the
X11 GUI support and hence never built with MSVC. This commit removes this
unnecessary fall back which was dead code.
cmd/lefty/ws/x11/libfilereq/Path.c