summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2022-08-05 15:05:54 +0200
committerNicholas Clark <nick@ccl4.org>2022-08-19 14:36:39 +0200
commitc3d21af2da4882bcb0aa19d4a8ea05b5cf0ec6cc (patch)
tree2ed124cba0f5d2390193aec365fff5867f4269ef /makedef.pl
parent7aa33fb654378247f1b9e8253fe0b99e077b6f04 (diff)
downloadperl-c3d21af2da4882bcb0aa19d4a8ea05b5cf0ec6cc.tar.gz
dl_dyld.xs should not create a `mode` variable only to ignore it
This unused variable dates back to when the file was first added. The code was structured as a static C wrapper emulating the dlopen() API with the native APIs, and then a copy of the existing XS code that called dlopen(). However, there is (and was) no need to keep it exactly this way, as the wrapper is only visible inside this file, meaning that it does not need to conform to any externally defined prototype.
Diffstat (limited to 'makedef.pl')
0 files changed, 0 insertions, 0 deletions