[Yul] Removed now disabled pc() from wasm backend.

This commit is contained in:
Christian Parpart 2020-06-08 16:46:55 +02:00
parent f97b376f7e
commit 2af45c62c8

View File

@ -1023,11 +1023,6 @@ function sstore(x1, x2, x3, x4, y1, y2, y3, y4) {
eth.storageStore(0:i32, 32:i32)
}
// Needed?
function pc() -> z1, z2, z3, z4 {
// TODO implement
unreachable()
}
function gas() -> z1, z2, z3, z4 {
z4 := eth.getGasLeft()
}