This repository was archived by the owner on Jul 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -432,14 +432,6 @@ void AttributeProxy::parse_name(std::string &full_name)
432432 {
433433 name_wo_prot = full_name.substr (pos + 3 );
434434 }
435- else if (protocol == TACO_PROTOCOL)
436- {
437- TangoSys_OMemStream desc;
438- desc << " Taco protocol is not supported" << std::ends;
439- ApiWrongNameExcept::throw_exception ((const char *)" API_UnsupportedProtocol" ,
440- desc.str (),
441- (const char *)" AttributeProxy::parse_name()" );
442- }
443435 else
444436 {
445437 TangoSys_OMemStream desc;
Original file line number Diff line number Diff line change @@ -2115,14 +2115,6 @@ void DeviceProxy::parse_name(std::string &full_name)
21152115 {
21162116 name_wo_prot = full_name_low.substr (pos + 3 );
21172117 }
2118- else if (protocol == TACO_PROTOCOL)
2119- {
2120- TangoSys_OMemStream desc;
2121- desc << " Taco protocol is not supported" << std::ends;
2122- ApiWrongNameExcept::throw_exception ((const char *) " API_UnsupportedProtocol" ,
2123- desc.str (),
2124- (const char *) " DeviceProxy::parse_name()" );
2125- }
21262118 else
21272119 {
21282120 TangoSys_OMemStream desc;
You can’t perform that action at this time.
0 commit comments