From e11cba436ae526b09d3b8dbbe98ecfdba60bb924 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 2 Nov 2007 23:02:44 +0000 Subject: From Craig Silverstein: Add first version of generating error messages with file name and line number. --- elfcpp/dwarf.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'elfcpp/dwarf.h') diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h index 0b98bccc1e..b60bdbd601 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -35,16 +35,6 @@ namespace elfcpp { -typedef unsigned char Dwarf_uint8; -typedef signed char Dwarf_int8; -typedef uint16_t Dwarf_uint16; -typedef int16_t Dwarf_int16; -typedef uint32_t Dwarf_uint32; -typedef int32_t Dwarf_int32; -typedef uint64_t Dwarf_uint64; -typedef int64_t Dwarf_int64; - - // DWARF2 codes. enum DW_TAG -- cgit v1.2.1