Skip to content

Commit

Permalink
Remove interface query stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
daall committed Oct 28, 2019
1 parent 432c67b commit fac27c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/src/sai_redis_interfacequery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,3 @@ sai_status_t sai_query_attribute_enum_values_capability(
SWSS_LOG_ERROR("Failed to receive a response from syncd");
return SAI_STATUS_FAILURE;
}

sai_status_t sai_object_type_get_availability(
_In_ sai_object_id_t switch_id,
_In_ sai_object_type_t object_type,
_In_ uint32_t attr_count,
_In_ const sai_attribute_t *attr_list,
_Out_ uint64_t *count)
{
return SAI_STATUS_NOT_SUPPORTED;
}

0 comments on commit fac27c2

Please sign in to comment.