diff options
author | Yang Tse <yangsita@gmail.com> | 2013-02-06 04:51:55 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-06 04:51:55 +0100 |
commit | 453e821ad74a042da0373ebb4716708529834071 (patch) | |
tree | 116ff416b00cc5afe00cdd039b37c46444e15470 /src/tool_setup.h | |
parent | e0c491026faa40d94d330f8809b0fbd70168a32f (diff) | |
download | curl-453e821ad74a042da0373ebb4716708529834071.tar.gz |
vms_show: post VMS patch cleanup - II
- remove multiple declarations of vms_show and add comments
Diffstat (limited to 'src/tool_setup.h')
-rw-r--r-- | src/tool_setup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_setup.h b/src/tool_setup.h index 2065b6f27..c94686f96 100644 --- a/src/tool_setup.h +++ b/src/tool_setup.h @@ -49,10 +49,6 @@ # define main(x,y) curl_main(x,y) #endif -#ifdef __VMS -# include "tool_vms.h" -#endif - #ifdef TPF # undef select /* change which select is used for the curl command line tool */ |