api: clean up use of deprecated flag
[vpp.git] / src / vnet / devices / virtio / virtio.api
index 143d25b..3c8aed2 100644 (file)
@@ -32,7 +32,7 @@ import "vlib/pci/pci_types.api";
 */
 define virtio_pci_create
 {
-  option deprecated="21.01";
+  option deprecated;
   u32 client_index;
   u32 context;
   vl_api_pci_address_t pci_addr;
@@ -50,7 +50,7 @@ define virtio_pci_create
 */
 define virtio_pci_create_reply
 {
-  option deprecated="21.01";
+  option deprecated;
   u32 context;
   i32 retval;
   vl_api_interface_index_t sw_if_index;