Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill ancient compatibility hack (fixed since elfutils 0.155 in 2012).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 24 Jan 2021 22:26:09 +0000 (23:26 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 25 Jan 2021 13:49:10 +0000 (14:49 +0100)
src/mc/inspect/Type.hpp

index 13efe35..6589fc0 100644 (file)
@@ -11,7 +11,6 @@
 #include <string>
 #include <vector>
 
-#define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
 #include "xbt/asserts.h"