zturner added inline comments.

================
Comment at: source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h:369-374
@@ +368,8 @@
+
+    template <typename T>
+    T
+    ResolveNameAs(llvm::StringRef name) const
+    {
+        return ResolveName(name).AsType<T>();
+    }
+};
----------------
I need to delete this method.  This was left in by accident.  The real 
implementation is in the base class.


http://reviews.llvm.org/D14524



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to