mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Remove obsolete remoteDispatchOOMError method
No new code should be using remoteDispatchOOMError() * daemon/dispatch.c, daemon/dispatch.h: Remove remoteDispatchOOMError
This commit is contained in:
parent
a6946ea66e
commit
55052494dc
@ -104,14 +104,6 @@ void remoteDispatchGenericError (remote_error *rerr)
|
||||
}
|
||||
|
||||
|
||||
void remoteDispatchOOMError (remote_error *rerr)
|
||||
{
|
||||
remoteDispatchStringError(rerr,
|
||||
VIR_ERR_NO_MEMORY,
|
||||
"out of memory");
|
||||
}
|
||||
|
||||
|
||||
void remoteDispatchError(remote_error *rerr)
|
||||
{
|
||||
virErrorPtr verr = virGetLastError();
|
||||
|
@ -45,7 +45,6 @@ void remoteDispatchFormatError (remote_error *rerr,
|
||||
|
||||
void remoteDispatchAuthError (remote_error *rerr);
|
||||
void remoteDispatchGenericError (remote_error *rerr);
|
||||
void remoteDispatchOOMError (remote_error *rerr);
|
||||
void remoteDispatchError(remote_error *rerr);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user