diff --git a/CoverityModel.cpp b/CoverityModel.cpp deleted file mode 100644 index 3ee6447ee..000000000 --- a/CoverityModel.cpp +++ /dev/null @@ -1,17 +0,0 @@ - - -extern "C" { - struct lua_State; - struct tolua_Error - { - int index; - int array; - const char* type; - }; - - void tolua_error (lua_State* L, const char* msg, tolua_Error* err) - { - __coverity_panic__(); - } - -}