mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00:00
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;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define logPrlEventError(event) \
|
|
||||||
logPrlEventErrorHelper(event, __FILE__, \
|
|
||||||
__FUNCTION__, __LINE__)
|
|
||||||
|
|
||||||
static PRL_RESULT
|
static PRL_RESULT
|
||||||
getJobResultHelper(PRL_HANDLE job, unsigned int timeout, PRL_HANDLE *result,
|
getJobResultHelper(PRL_HANDLE job, unsigned int timeout, PRL_HANDLE *result,
|
||||||
const char *filename, const char *funcname,
|
const char *filename, const char *funcname,
|
||||||
|
Loading…
Reference in New Issue
Block a user