net/qede/base: fix code flow and remove unused code
[dpdk.git] / drivers / net / qede / base / ecore_cxt_api.h
index f154e0d..6d87620 100644 (file)
@@ -37,15 +37,4 @@ struct ecore_tid_mem {
 enum _ecore_status_t ecore_cxt_get_cid_info(struct ecore_hwfn *p_hwfn,
                                            struct ecore_cxt_info *p_info);
 
-/**
-* @brief ecore_cxt_get_tid_mem_info
-*
-* @param p_hwfn
-* @param p_info
-*
-* @return enum _ecore_status_t
-*/
-enum _ecore_status_t ecore_cxt_get_tid_mem_info(struct ecore_hwfn *p_hwfn,
-                                               struct ecore_tid_mem *p_info);
-
 #endif