mv_machine_learning: drop redundant function declarations
authorInki Dae <inki.dae@samsung.com>
Tue, 16 May 2023 09:25:53 +0000 (18:25 +0900)
committerKwanghoon Son <k.son@samsung.com>
Tue, 4 Jul 2023 05:08:39 +0000 (14:08 +0900)
[Issue type] : code cleanup

Drop redundant function declarations - updateResult.

Change-Id: I5fefea1881effe329457ba7f4018aebdf986d0c6
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/object_detection/include/face_detection_adapter.h
mv_machine_learning/object_detection/include/object_detection_adapter.h

index 5c19d0d..ec2536d 100644 (file)
@@ -37,8 +37,6 @@ private:
        std::string _meta_file;
        std::string _label_file;
 
-       void updateResult(ObjectDetectionResult &result);
-
 public:
        FaceDetectionAdapter();
        ~FaceDetectionAdapter();
index 3db8e9e..17bd909 100644 (file)
@@ -38,8 +38,6 @@ private:
        std::string _meta_file;
        std::string _label_file;
 
-       void updateResult(ObjectDetectionResult &result);
-
 public:
        ObjectDetectionAdapter();
        ~ObjectDetectionAdapter();