summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-10-11 17:58:20 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-10-11 18:13:19 +0100
commitb930fdf2b47203fd91d7773a54b0da6f23baa17a (patch)
treef0d726e9dcec0b73339ef12e669a69e356545de9 /demos
parent0f38f27a7b3a1ebee422d67d705e0a6d4c33264a (diff)
downloadghostpdl-b930fdf2b47203fd91d7773a54b0da6f23baa17a.tar.gz
Remove unused assignment causing an lgtm warning.
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/python/examples.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/python/examples.py b/demos/python/examples.py
index bfa73e10f..864bed960 100755
--- a/demos/python/examples.py
+++ b/demos/python/examples.py
@@ -127,7 +127,6 @@ def trans_ps():
# Run string to feed chunks
def run_string():
- f = None
size = 1024;
in_filename = '%s/examples/tiger.eps' % ghostpdl_root
out_filename = 'tiger_byte_fed.png'