From a35234961f3da98126498d71f4ee6e186287f6fd Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Wed, 9 Aug 2017 19:53:22 +0900 Subject: [PATCH] Fix Build Error Change-Id: I40cceb7c495135df2fd3a8e15e74d4fe8465770c --- src/account.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/account.c b/src/account.c index c5830ac..8f6de6f 100644 --- a/src/account.c +++ b/src/account.c @@ -54,7 +54,6 @@ do { \ } \ } else { \ LOGE("Error - Feature getting from System Info"); \ - //return ACCOUNT_ERROR_OPERATION_FAIL; \ } \ } while (0) -- 2.34.1