aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAleksandr Urakov <aleksandr.urakov@jetbrains.com>2018-10-22 15:30:48 +0000
committerAleksandr Urakov <aleksandr.urakov@jetbrains.com>2018-10-22 15:30:48 +0000
commit466ce67d6ec444962e5cc0136243c16a453190c0 (patch)
treee85d98abb0b605c85f23f63c3b17223826b6e8cc /unittests
parentaffca96420598449b96500ce46e31420ec70b5b5 (diff)
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
This reverts commit b5c7e2f9a4dbb34e3667c4bb4972735eadd3247a. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/DebugInfo/PDB/PDBApiTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/unittests/DebugInfo/PDB/PDBApiTest.cpp b/unittests/DebugInfo/PDB/PDBApiTest.cpp
index 007ea904085..948bde1bf72 100644
--- a/unittests/DebugInfo/PDB/PDBApiTest.cpp
+++ b/unittests/DebugInfo/PDB/PDBApiTest.cpp
@@ -159,10 +159,6 @@ class MockSession : public IPDBSession {
std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override {
return nullptr;
}
-
- std::unique_ptr<IPDBEnumFrameData> getFrameData() const override {
- return nullptr;
- }
};
class MockRawSymbol : public IPDBRawSymbol {