[Lldb-commits] [PATCH] D86493: Remove unused/misnamed SetObjectModificationTime

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 24 16:04:42 PDT 2020


kastiglione created this revision.
kastiglione added reviewers: clayborg, friss, JDevlieghere, aprantl.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
kastiglione requested review of this revision.

Remove `SetObjectModificationTime` which is not currently used, and assigns to the wrong member.


Repository:
  rG LLVM Github Monorepo

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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86493.287516.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200824/672b5942/attachment.bin>


More information about the lldb-commits mailing list