diff --git a/src/core/impl/comp_node/comp_node.cpp b/src/core/impl/comp_node/comp_node.cpp index 7a33033fcb906067ffe7df2ae8d0295de9d42e4c..1dbcedbeaef654d8bee305c83e7322a9cb7af05e 100644 --- a/src/core/impl/comp_node/comp_node.cpp +++ b/src/core/impl/comp_node/comp_node.cpp @@ -154,12 +154,6 @@ CompNode::Locator CompNode::Locator::parse(const std::string& id) { // parse dev_type if (ptr[0] == 'a') { -#if MGB_MC20 - if (strncmp(ptr, "ax", 2) == 0) { - dev_type = DeviceType::AX; - ptr += 2; - } else { -#endif if (strncmp(ptr, "atlas", 5)) { err(); }