Browse Source

no need for data here

cl-refactor
Vincent Gariepy 11 years ago
parent
commit
6f8eb04887
  1. 1
      neth/main.cpp

1
neth/main.cpp

@ -686,7 +686,6 @@ int main(int argc, char** argv)
cwarn << "No code submitted";
else
{
bytes data;
bytes code = fromHex(scode);
cnote << "Assembled:";
stringstream ssc;

Loading…
Cancel
Save