pass: core: Remove unused structure 73/203373/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 11 Apr 2019 07:52:36 +0000 (16:52 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 11 Apr 2019 07:59:32 +0000 (16:59 +0900)
Since commit 261812a0492a, struct device_ops default_ops is not used
anymore. This patch removes it to prevent build warning.

Change-Id: I933adf899125ff0f6b078cffb06f7fd6d0ec99ca
Fixes: 261812a0492a ("core: Remove unneeded codesa")
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/core/devices.c

index 0e7b969..296c047 100644 (file)
 #include <pass/devices.h>
 #include <pass/log.h>
 
-static const struct device_ops default_ops = {
-       .name = "default-ops",
-};
-
 static GList *dev_head;
 
 void add_device(const struct device_ops *dev)