[all-commits] [llvm/llvm-project] 3ac2b5: [Serialization] Remove an unused local variable (N...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat May 24 09:38:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ac2b5c55bdf3dcecf5dca731f5cdd6996c3b63d
      https://github.com/llvm/llvm-project/commit/3ac2b5c55bdf3dcecf5dca731f5cdd6996c3b63d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-24 (Sat, 24 May 2025)

  Changed paths:
    M clang/lib/Serialization/ModuleCache.cpp

  Log Message:
  -----------
  [Serialization] Remove an unused local variable (NFC) (#141358)

Note that getTimestampFilename just constructs a file name, so it's
mostly a "pure" function except possible heap allocation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list