Skip to content

Commit

Permalink
Revert "Create CompilerState.cpp"
Browse files Browse the repository at this point in the history
This reverts commit fc3c17f.
  • Loading branch information
benjaminion committed Jun 9, 2017
1 parent fc3c17f commit b970eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liblll/CompilerState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void CompilerState::populateStandard()
"(def 'keccak256 (loc len) (sha3 loc len))"
"(def 'return (val) { [0]:val (return 0 32) })"
"(def 'returnlll (code) (return 0 (lll code 0)) )"
"(def 'panic (asm INVALID))"
"(def 'makeperm (name pos) { (def name (sload pos)) (def name (v) (sstore pos v)) } )"
"(def 'permcount 0)"
"(def 'perm (name) { (makeperm name permcount) (def 'permcount (+ permcount 1)) } )"
Expand Down

0 comments on commit b970eca

Please sign in to comment.