aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdf-job.cc
diff options
context:
space:
mode:
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();