]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Remove unused CIE_VERSION macro.
authorRoland McGrath <roland@redhat.com>
Wed, 2 Jun 2010 03:11:40 +0000 (20:11 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Jun 2010 03:11:40 +0000 (20:11 -0700)
libdw/ChangeLog
libdw/libdwP.h

index 9ffa02293ecb688203b61d39577b7ee11a66037e..31e3e7d464c688685ed606a4511c4072e09ec525 100644 (file)
@@ -1,5 +1,7 @@
 2010-06-01  Roland McGrath  <roland@redhat.com>
 
+       * libdwP.h (CIE_VERSION): Remove unused macro.
+
        * dwarf_getsrclines.c: Fix version field test.
        * libdwP.h (DWARF_VERSION): Remove useless macro.
 
index 1f9b513fff6cffa8f0121e10727e955b29450ad5..305ca2312cb65661622266c7b69a6df38aaf81c0 100644 (file)
 #define _(Str) dgettext ("elfutils", Str)
 
 
-/* Version of the CIE format.  */
-#define CIE_VERSION 1
-
-
 /* Known location expressions already decoded.  */
 struct loc_s
 {