mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
`__str__` was implemented in #155061, however its behavior was limited to only a some kinds of `SBStructuredData`. That was a breaking change, and this change removes that implementation of `__str__`, relying on the existing behavior which calls `GetDescription`.