comp: remove unused macro from component.h

Incomplete and unused.

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
This commit is contained in:
Marcin Maka 2020-02-17 19:04:42 +01:00 committed by Liam Girdwood
parent df657886ac
commit 03aad19848
1 changed files with 0 additions and 4 deletions

View File

@ -338,10 +338,6 @@ struct comp_copy_limits {
#define COMP_GET_IPC(dev, type) \
(struct type *)(&dev->comp)
/** \brief Retrieves component device runtime configuration. */
#define COMP_GET_PARAMS(dev) \
(struct type *)(&dev->params)
/** \brief Retrieves component device config data. */
#define COMP_GET_CONFIG(dev) \
(struct sof_ipc_comp_config *)((char *)&dev->comp + \