diff options
author | Jon Loeliger <jdl@netgate.com> | 2019-05-14 15:02:39 -0500 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-05-15 06:47:12 +0000 |
commit | 93248789fb892c3a0f37ec790293344efd860081 (patch) | |
tree | 40f37656bfe07563f1298f3d69d5b5268434dc93 /src/vnet | |
parent | 38404db183620385279f599ee8841d3a35d6c868 (diff) |
Remove unused function nat44_ha_resync() and error IN_PROGRESS.
The unused function nat44_ha_resync() was the only function that
used the error message VNET_API_ERROR_IN_PROGRESS. The error
was the only error code that was positive, and didn't really
play well with the other error codes.
Change-Id: I7d03c2ee915094b635f6efdca7427f71e4d19f2b
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/api_errno.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index c4cb3c9dda7..e59f3cb1325 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -55,7 +55,6 @@ _(ADDRESS_LENGTH_MISMATCH, -59, "Address length mismatch") \ _(ADDRESS_NOT_FOUND_FOR_INTERFACE, -60, "Address not found for interface") \ _(ADDRESS_NOT_DELETABLE, -61, "Address not deletable") \ _(IP6_NOT_ENABLED, -62, "ip6 not enabled") \ -_(IN_PROGRESS, 10, "Operation in progress") \ _(NO_SUCH_NODE, -63, "No such graph node") \ _(NO_SUCH_NODE2, -64, "No such graph node #2") \ _(NO_SUCH_TABLE, -65, "No such table") \ |