aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/editordocumenthandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/editordocumenthandle.cpp')
-rw-r--r--src/plugins/cppeditor/editordocumenthandle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/cppeditor/editordocumenthandle.cpp b/src/plugins/cppeditor/editordocumenthandle.cpp
index 89b20f2ef3f..fe1638f85a2 100644
--- a/src/plugins/cppeditor/editordocumenthandle.cpp
+++ b/src/plugins/cppeditor/editordocumenthandle.cpp
@@ -14,11 +14,6 @@ namespace CppEditor {
CppEditorDocumentHandle::~CppEditorDocumentHandle() = default;
-SendDocumentTracker &CppEditorDocumentHandle::sendTracker()
-{
- return m_sendTracker;
-}
-
CppEditorDocumentHandle::RefreshReason CppEditorDocumentHandle::refreshReason() const
{
return m_refreshReason;