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-parse-content.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/pdf-parse-content.cc') diff --git a/examples/pdf-parse-content.cc b/examples/pdf-parse-content.cc index 89460e18..dbe3a451 100644 --- a/examples/pdf-parse-content.cc +++ b/examples/pdf-parse-content.cc @@ -63,12 +63,6 @@ int main(int argc, char* argv[]) { whoami = QUtil::getWhoami(argv[0]); - // For libtool's sake.... - if (strncmp(whoami, "lt-", 3) == 0) - { - whoami += 3; - } - if (argc != 3) { usage(); -- cgit v1.2.3-54-g00ecf