From 3298e102af98d3bbe1b26a6ae61f037693a12c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 3 Dec 2014 17:03:04 +0100 Subject: [PATCH] Remove mock declaration --- libevmjit/Common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libevmjit/Common.h b/libevmjit/Common.h index dfc60f4d40..a645d58b11 100644 --- a/libevmjit/Common.h +++ b/libevmjit/Common.h @@ -17,8 +17,6 @@ using bigint = boost::multiprecision::cpp_int; struct NoteChannel {}; // FIXME: Use some log library? -struct ExtVMFace; - } } }