This revision was automatically updated to reflect the committed changes.
Closed by commit rG66c48802918d: Remove unused/misnamed
SetObjectModificationTime (authored by kastiglione).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86493/new/
https://reviews.llvm.org/D86493
Files:
lldb/include/lldb/Core/Module.h
Index: lldb/include/lldb/Core/Module.h
===================================================================
--- lldb/include/lldb/Core/Module.h
+++ lldb/include/lldb/Core/Module.h
@@ -506,10 +506,6 @@
return m_object_mod_time;
}
- void SetObjectModificationTime(const llvm::sys::TimePoint<> &mod_time) {
- m_mod_time = mod_time;
- }
-
/// This callback will be called by SymbolFile implementations when
/// parsing a compile unit that contains SDK information.
/// \param sysroot will be added to the path remapping dictionary.
Index: lldb/include/lldb/Core/Module.h
===================================================================
--- lldb/include/lldb/Core/Module.h
+++ lldb/include/lldb/Core/Module.h
@@ -506,10 +506,6 @@
return m_object_mod_time;
}
- void SetObjectModificationTime(const llvm::sys::TimePoint<> &mod_time) {
- m_mod_time = mod_time;
- }
-
/// This callback will be called by SymbolFile implementations when
/// parsing a compile unit that contains SDK information.
/// \param sysroot will be added to the path remapping dictionary.
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits