Tidy dwarf1 cached section contents
[binutils-gdb.git] / gdb / c-varobj.c
index 3e3919a65c0bd9c92b6dd279052904a53ffd0242..ef4d0bd5047073ccce6b228cdcf434a64515c007 100644 (file)
@@ -506,14 +506,14 @@ c_value_of_variable (const struct varobj *var,
          }
        else
          {
-           if (var->not_fetched && var->value.get ()->lazy ())
+           if (var->not_fetched && var->value->lazy ())
              /* Frozen variable and no value yet.  We don't
                 implicitly fetch the value.  MI response will
                 use empty string for the value, which is OK.  */
              return std::string ();
 
            gdb_assert (varobj_value_is_changeable_p (var));
-           gdb_assert (!var->value.get ()->lazy ());
+           gdb_assert (!var->value->lazy ());
            
            /* If the specified format is the current one,
               we can reuse print_value.  */