From 820a3f04fd4cd967e3831baa835b4b177929f4d3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 18 Mar 2022 18:22:54 -0400 Subject: Remove "lt-" workarounds The executables that libtool built invoked the underlying binary with an "lt-" prefix. The code contained numerous workarounds for testing, which can now be removed. --- examples/pdf-split-pages.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples/pdf-split-pages.cc') diff --git a/examples/pdf-split-pages.cc b/examples/pdf-split-pages.cc index 381480ef..c79177ee 100644 --- a/examples/pdf-split-pages.cc +++ b/examples/pdf-split-pages.cc @@ -59,11 +59,6 @@ int main(int argc, char* argv[]) { char const* whoami = QUtil::getWhoami(argv[0]); - // For libtool's sake.... - if (strncmp(whoami, "lt-", 3) == 0) - { - whoami += 3; - } // For test suite if ((argc > 1) && (strcmp(argv[1], " --static-id") == 0)) { -- cgit v1.2.3-70-g09d2