[API] remove deprecated func
authorJaeyun <jy1210.jung@samsung.com>
Thu, 8 Sep 2022 02:35:48 +0000 (11:35 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 14 Sep 2022 10:41:57 +0000 (19:41 +0900)
Remove macro - publish(), use send() instead.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
include/nnstreamer-edge.h

index 193d4476029ede3be5e7dbfed83ad7b34fe48189..cd808dbc187b5a4cdcbece7dc876b045399178b1 100644 (file)
@@ -270,12 +270,6 @@ int nns_edge_disconnect (nns_edge_h edge_h);
  */
 int nns_edge_send (nns_edge_h edge_h, nns_edge_data_h data_h);
 
-/**
- * @brief Deprecated, use nns_edge_send() instead.
- * @todo Remove this macro later.
- */
-#define nns_edge_publish(h,d) nns_edge_send(h,d)
-
 /**
  * @brief Set nnstreamer edge info.
  * @note The param key is case-insensitive. If same key string already exists, it will replace the old value.