diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-14 10:38:36 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-14 10:38:36 +0000 |
commit | e9935d9c04f88deb3a379784821fd1974f9cc667 (patch) | |
tree | 5fd66c56f4ad993643111a9dc3ec8a843767d0c8 | |
parent | df15754bd7899828ea8d76f7950044966c8efe0c (diff) |
NaCl support is dropped at r60374
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/Setup.nacl | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ext/Setup.nacl b/ext/Setup.nacl deleted file mode 100644 index 79ca53da4b..0000000000 --- a/ext/Setup.nacl +++ /dev/null @@ -1,42 +0,0 @@ -# #option nodynamic -# -# #Win32API -# bigdecimal -# cgi/escape -# continuation -# coverage -# date -# #dbm -# digest/bubblebabble -# digest -# digest/md5 -# digest/rmd160 -# digest/sha1 -# digest/sha2 -# etc -# fcntl -# fiber -# #fiddle -# #gdbm -# #iconv -# io/console -# io/nonblock -# io/wait -# #json -# json/generator -# json/parser -# nkf -# objspace -# #openssl -# pathname -# #psych -# #pty -# racc/cparse -# #readline -# ripper -# #sdbm -# #socket -# stringio -# strscan -# #syslog -# #zlib |