mirror of https://gitee.com/openkylin/libvirt.git
vz: remove unused macro logPrlEventError
Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
This commit is contained in:
parent
4f17e4d0a1
commit
ab753f7b50
|
@ -139,10 +139,6 @@ logPrlEventErrorHelper(PRL_HANDLE event, const char *filename,
|
|||
return err;
|
||||
}
|
||||
|
||||
#define logPrlEventError(event) \
|
||||
logPrlEventErrorHelper(event, __FILE__, \
|
||||
__FUNCTION__, __LINE__)
|
||||
|
||||
static PRL_RESULT
|
||||
getJobResultHelper(PRL_HANDLE job, unsigned int timeout, PRL_HANDLE *result,
|
||||
const char *filename, const char *funcname,
|
||||
|
|
Loading…
Reference in New Issue