File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -2755,12 +2755,6 @@ namespace WPEFramework
2755
2755
LOGINFO (" Not able allocate Logical Address for TV" );
2756
2756
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2757
2757
}
2758
- catch (const std::exception& e)
2759
- {
2760
- LOGWARN (" CEC exception caught from LibCCEC::getInstance().addLogicalAddress() " );
2761
- LOGINFO (" Not able allocate Logical Address for TV" );
2762
- _instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2763
- }
2764
2758
catch (...){
2765
2759
LOGWARN (" Exception caught in LibCCEC::getInstance().addLogicalAddress()" );
2766
2760
LOGINFO (" Not able allocate Logical Address for TV" );
@@ -3007,10 +3001,6 @@ namespace WPEFramework
3007
3001
catch (IOException &e){
3008
3002
LOGWARN (" IOException caught in LibCCEC::init %s" , e.what ());
3009
3003
}
3010
- catch (const std::exception& e)
3011
- {
3012
- LOGWARN (" CEC exception caught from CECEnable" );
3013
- }
3014
3004
catch (...){
3015
3005
LOGWARN (" Exception caught in LibCCEC::init" );
3016
3006
}
@@ -3127,10 +3117,6 @@ namespace WPEFramework
3127
3117
catch (IOException &e){
3128
3118
LOGWARN (" IOException caught in LibCCEC::term %s" , e.what ());
3129
3119
}
3130
- catch (const std::exception& e)
3131
- {
3132
- LOGWARN (" CEC exception caught from CECEnable" );
3133
- }
3134
3120
catch (...){
3135
3121
LOGWARN (" Exception caught in LibCCEC::term" );
3136
3122
}
You can’t perform that action at this time.
0 commit comments