mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 20:30:35 +01:00
Revert "trivial: platform: add string for NM_PLATFORM_ERROR_NOT_SLAVE"
This reverts commit 8489994eb0.
This commit is contained in:
parent
3f57ee53bc
commit
67b97ee885
1 changed files with 0 additions and 2 deletions
|
|
@ -175,8 +175,6 @@ nm_platform_get_error_msg (void)
|
|||
return "object not found";
|
||||
case NM_PLATFORM_ERROR_EXISTS:
|
||||
return "object already exists";
|
||||
case NM_PLATFORM_ERROR_NOT_SLAVE:
|
||||
return "link not a slave";
|
||||
default:
|
||||
return "invalid error number";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue