Remove old compatibility patch to soljson.js.

This commit is contained in:
Daniel Kirchner
2021-11-04 11:44:31 +01:00
parent 735550b734
commit 8e87c17671
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -68,10 +68,6 @@ emcmake cmake \
-DTESTS=0 \
..
make soljson
# Patch soljson.js for backwards compatibility.
# TODO: remove this with 0.7.
# "viiiii" encodes the signature of the callback function.
sed -i -e 's/addFunction(func,sig){/addFunction(func,sig){sig=sig||"viiiii";/' libsolc/soljson.js
cd ..
mkdir -p upload