Remove unused dlogutil_entry_cb 31/242731/1
authorAgnieszka Baumann <a.baumann@samsung.com>
Mon, 31 Aug 2020 15:05:22 +0000 (17:05 +0200)
committerAgnieszka Baumann <a.baumann@samsung.com>
Mon, 31 Aug 2020 16:30:45 +0000 (18:30 +0200)
Change-Id: I74789caaee407e891be3816f9793f53831221128

include/dlogutil.h

index 0465a73..4925f3e 100644 (file)
@@ -271,19 +271,6 @@ int dlogutil_config_order_set(dlogutil_config_s *config, dlogutil_sorting_order_
 int dlogutil_config_buffer_add(dlogutil_config_s *config, log_id_t buf);
 
 /**
- * @brief A callback for log retrieval.
- * @since_tizen 6.0
- * @remarks The log entry will be destroyed by the API immediately after the callback returns.
- * @param[in] entry Log entry
- * @param[in] data Callback user data
- * @return If non-zero, no more logs are processed. The return value then becomes dlogutil_get_logs_{continuous,dump} return value
- * @pre dlogutil_get_logs_* call this callback.
- * @see dlogutil_get_logs_continuous()
- * @see dlogutil_get_logs_dump()
- */
-typedef int dlogutil_entry_cb(const dlogutil_entry_s *entry, void *data);
-
-/**
  * @brief Enables full dump mode.
  * @since_tizen 6.0
  * @see dlogutil_get_logs_dump()