remove old windows string comment

This commit is contained in:
Wesley Whetstone 2020-07-08 13:12:11 -07:00 committed by Daniel Wozniak
parent c3b7cb3240
commit 74e7d46451

View file

@ -30,7 +30,6 @@ def _find_libcrypto():
Find the path (or return the short name) of libcrypto.
"""
if sys.platform.startswith("win"):
# cdll.LoadLibrary on windows requires a 'str' argument
lib = "libeay32"
elif salt.utils.platform.is_darwin():
# will look for several different location on the system,