summaryrefslogtreecommitdiffstats
path: root/lldb/include
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2018-07-31 01:21:36 +0000
committerRaphael Isemann <teemperor@gmail.com>2018-07-31 01:21:36 +0000
commit56bf356a4b7f769db1ca97cf11e432b8e3b52939 (patch)
tree2f6b8df89fd2f34fe1b5028cbe3d6be356a7ef48 /lldb/include
parentd2bad6c639a792fd9fc5e2e45a4c3c79f099690b (diff)
downloadbcm5719-llvm-56bf356a4b7f769db1ca97cf11e432b8e3b52939.tar.gz
bcm5719-llvm-56bf356a4b7f769db1ca97cf11e432b8e3b52939.zip
Remove Stream::UnitTest
Summary: No one is using this method, and it also doesn't really make a lot of sense to have it around. Reviewers: davide Reviewed By: davide Subscribers: davide, lldb-commits Differential Revision: https://reviews.llvm.org/D50026 llvm-svn: 338345
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/Utility/Stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Utility/Stream.h b/lldb/include/lldb/Utility/Stream.h
index bf837749fa3..4930521d949 100644
--- a/lldb/include/lldb/Utility/Stream.h
+++ b/lldb/include/lldb/Utility/Stream.h
@@ -524,8 +524,6 @@ public:
//------------------------------------------------------------------
size_t PutULEB128(uint64_t uval);
- static void UnitTest(Stream *s);
-
protected:
//------------------------------------------------------------------
// Member variables
OpenPOWER on IntegriCloud