Skip to content

Commit

Permalink
remove obsolete host functions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwg committed Sep 17, 2018
1 parent 502bac0 commit b6fc0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/convert/Conversion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,15 @@ string wasmdec::Convert::getUnary(string exp, UnaryOp op) {
}
string wasmdec::Convert::getHostFunc(HostOp hop) {
switch (hop) {
/*
case PageSize:
return "host_get_page_size";
break;
case HasFeature:
return "host_has_feature";
break;
case GrowMemory:
*/
case GrowMemory:
return "host_grow_memory";
break;
case CurrentMemory:
Expand Down

0 comments on commit b6fc0a7

Please sign in to comment.