diff options
author | Doug MacEachern <dougm@opengroup.org> | 1997-03-26 20:23:14 -0500 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-03-26 07:04:34 +1200 |
commit | a3c8358ce414426ff5d7d0ca29f8d98f18d4c878 (patch) | |
tree | 7bd5fb8c9c7f59b41287d9b8a80018733ec0a22c /unixish.h | |
parent | 1fd066cbdf7ee74f73ad41ee661bdb6d8d7e141c (diff) | |
download | perl-a3c8358ce414426ff5d7d0ca29f8d98f18d4c878.tar.gz |
Eliminate unused dummy variable
private-msgid: 199703270123.UAA25454@postman.osf.org
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,4 +114,4 @@ #define BIT_BUCKET "/dev/null" -#define dXSUB_SYS int dummy +#define dXSUB_SYS |