From 890cda68fb4b7aa1fe15862be723692feb73beed Mon Sep 17 00:00:00 2001 From: Ranjith Kagathi Ananda Date: Thu, 21 Apr 2016 11:58:39 -0700 Subject: msm8996-common: QCamera2/HAL3: Remove unused err2 label Remove unused err2 label to avoid compiler warnings/errors CRs-Fixed: 1007835 Change-Id: I72fa3273f6399f85096d97f2fbf743a435466bd5 Signed-off-by: Davide Garberi --- camera/QCamera2/HAL3/QCamera3HWI.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'camera/QCamera2/HAL3') diff --git a/camera/QCamera2/HAL3/QCamera3HWI.cpp b/camera/QCamera2/HAL3/QCamera3HWI.cpp index 9073ac4..4acf761 100644 --- a/camera/QCamera2/HAL3/QCamera3HWI.cpp +++ b/camera/QCamera2/HAL3/QCamera3HWI.cpp @@ -934,7 +934,6 @@ int QCamera3HardwareInterface::initialize( err1: pthread_mutex_unlock(&mMutex); -err2: return rc; } -- cgit v1.2.3