From 6f8eb048877f061d73354bbffe8c8acfd9bedcbd Mon Sep 17 00:00:00 2001 From: Vincent Gariepy Date: Sat, 19 Apr 2014 18:16:38 -0400 Subject: [PATCH] no need for data here --- neth/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/neth/main.cpp b/neth/main.cpp index 7a97dc9bc..ff10365fe 100644 --- a/neth/main.cpp +++ b/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;