diff options
author | Daniel Jasper <djasper@google.com> | 2013-09-11 12:53:04 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-09-11 12:53:04 +0000 |
commit | 333e0cb0552d75806261fcd892f60979c5269af1 (patch) | |
tree | 7807cf7bacae9b9446818fc57faaffd97685f564 | |
parent | fcb71664047422d2b737afaeca48ecc13c98c02b (diff) | |
download | bcm5719-llvm-333e0cb0552d75806261fcd892f60979c5269af1.tar.gz bcm5719-llvm-333e0cb0552d75806261fcd892f60979c5269af1.zip |
Revert r190520 as it wasn't the right fix.
llvm-svn: 190524
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h index 157b41e2d03..383e1d4ac97 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h @@ -71,8 +71,6 @@ struct DataInfo { class SymbolizerInterface { public: - virtual ~SymbolizerInterface() {} - // Fills at most "max_frames" elements of "frames" with descriptions // for a given address (in all inlined functions). Returns the number // of descriptions actually filled. |