thread: remove test code 91/170991/1
authorBoram Park <boram1288.park@samsung.com>
Fri, 23 Feb 2018 00:09:59 +0000 (09:09 +0900)
committerBoram Park <boram1288.park@samsung.com>
Sun, 25 Feb 2018 23:00:43 +0000 (08:00 +0900)
Change-Id: I70f8d4bde93c521ba12ec2177666806da921e7e6

src/tdm_thread.c

index 6058bb3..3811bdc 100644 (file)
@@ -539,9 +539,6 @@ tdm_thread_cb_add(void *object, tdm_thread_cb_type cb_type, void *cb_data, tdm_t
        if (cb) {
                pthread_mutex_unlock(&cb_list_lock);
                TDM_ERR("can't be added twice with same data");
-#if 1
-               assert(0);
-#endif
                return TDM_ERROR_BAD_REQUEST;
        }