Fix detach with target remote (PR gdb/28080)
[deliverable/binutils-gdb.git] / gdb / c-exp.h
index 0ce2bd6eb221dbee5c345eb59f3f77b326903f3f..1a69b1c79600e9a61c73a11c1a63d2c089e03c20 100644 (file)
@@ -74,8 +74,6 @@ public:
                   struct expression *exp,
                   enum noside noside) override
   {
-    if (noside == EVAL_SKIP)
-      return eval_skip_value (exp);
     const std::string &str = std::get<0> (m_storage);
     return value_nsstring (exp->gdbarch, str.c_str (), str.size () + 1);
   }
@@ -95,8 +93,6 @@ public:
                   struct expression *exp,
                   enum noside noside) override
   {
-    if (noside == EVAL_SKIP)
-      return eval_skip_value (exp);
     return eval_op_objc_selector (expect_type, exp, noside,
                                  std::get<0> (m_storage).c_str ());
   }
This page took 0.024172 seconds and 4 git commands to generate.