summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-09-11 12:53:04 +0000
committerDaniel Jasper <djasper@google.com>2013-09-11 12:53:04 +0000
commit333e0cb0552d75806261fcd892f60979c5269af1 (patch)
tree7807cf7bacae9b9446818fc57faaffd97685f564
parentfcb71664047422d2b737afaeca48ecc13c98c02b (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud