1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed an unused declaration

This commit is contained in:
Nobuyoshi Nakada 2021-03-12 19:28:17 +09:00
parent d91ade3e1e
commit 701001e36e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -23,10 +23,6 @@
# include <stdlib.h>
#endif
#ifdef USE_DLN_A_OUT
char *dln_argv0;
#endif
#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
#endif