1
0
Fork 0

Delete CoverityModel.cpp

This commit is contained in:
Mat 2020-05-07 15:33:12 +03:00 committed by Tiger Wang
parent 73f6d17ca1
commit d21305b156
1 changed files with 0 additions and 17 deletions

View File

@ -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__();
}
}