[llvm] 7ea9d95 - [dsymutil] Remove unused forward declaration BinaryHolder

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 21:11:03 PDT 2023


Author: Kazu Hirata
Date: 2023-07-30T21:10:54-07:00
New Revision: 7ea9d95214460a4fdae857f61a709b1f51e83b76

URL: https://github.com/llvm/llvm-project/commit/7ea9d95214460a4fdae857f61a709b1f51e83b76
DIFF: https://github.com/llvm/llvm-project/commit/7ea9d95214460a4fdae857f61a709b1f51e83b76.diff

LOG: [dsymutil] Remove unused forward declaration BinaryHolder

The last use was removed by:

  commit be91b4e3f4f9b13b16f8482d9bfd9734898e52e1
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   Fri Mar 31 09:45:06 2023 -0700

Added: 
    

Modified: 
    llvm/tools/dsymutil/dsymutil.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/dsymutil/dsymutil.h b/llvm/tools/dsymutil/dsymutil.h
index e6799286610dfc..60f8e3a07ff70f 100644
--- a/llvm/tools/dsymutil/dsymutil.h
+++ b/llvm/tools/dsymutil/dsymutil.h
@@ -29,8 +29,6 @@
 namespace llvm {
 namespace dsymutil {
 
-class BinaryHolder;
-
 /// Extract the DebugMaps from the given file.
 /// The file has to be a MachO object file. Multiple debug maps can be
 /// returned when the file is universal (aka fat) binary.


        


More information about the llvm-commits mailing list