Remove an obsolete workaround. (#505)

We needed a workaround when using wabt on old Linux distros due to using
old versions of `strtof`. With the switch to `wat`, we no longer need
these workarounds.
This commit is contained in:
Dan Gohman
2019-11-07 13:33:17 -08:00
committed by GitHub
parent a6b150c9d1
commit d896cc34c2
2 changed files with 0 additions and 29 deletions

View File

@@ -38,10 +38,6 @@ libc = "0.2.60"
rayon = "1.1"
wasm-webidl-bindings = "0.6"
# build.rs tests whether to enable a workaround for the libc strtof function.
[target.'cfg(target_os = "linux")'.build-dependencies]
libc = "0.2.60"
[workspace]
members = [
"misc/wasmtime-rust",