aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate
diff options
context:
space:
mode:
Diffstat (limited to 'zlib-flate')
-rw-r--r--zlib-flate/zlib-flate.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc
index d4809dc5..57bec46a 100644
--- a/zlib-flate/zlib-flate.cc
+++ b/zlib-flate/zlib-flate.cc
@@ -34,11 +34,6 @@ int main(int argc, char* argv[])
{
++whoami;
}
- // For libtool's sake....
- if (strncmp(whoami, "lt-", 3) == 0)
- {
- whoami += 3;
- }
if ((argc == 2) && (strcmp(argv[1], "--version") == 0))
{