aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdf-job.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-18 23:22:54 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commit820a3f04fd4cd967e3831baa835b4b177929f4d3 (patch)
tree6524a93cc46e1d03151fc2fa34602807d303390f /examples/qpdf-job.cc
parente316e90d1f3124e1ddb7f33f77b91af178b963bd (diff)
downloadqpdf-820a3f04fd4cd967e3831baa835b4b177929f4d3.tar.zst
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.
Diffstat (limited to 'examples/qpdf-job.cc')
-rw-r--r--examples/qpdf-job.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/qpdf-job.cc b/examples/qpdf-job.cc
index f3905e0d..ecebca3b 100644
--- a/examples/qpdf-job.cc
+++ b/examples/qpdf-job.cc
@@ -27,12 +27,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 != 1)
{
usage();