Delete CoverityModel.cpp
This commit is contained in:
parent
73f6d17ca1
commit
d21305b156
@ -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__();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user