Remove redundant typedefs
[deliverable/binutils-gdb.git] / gdb / python / py-arch.c
index ec955e79654638d2265e3f73cbb066f14e4f4d6b..ac64335ae74e07e86e097944afc69423cd39cea3 100644 (file)
 #include "disasm.h"
 #include "python-internal.h"
 
-typedef struct arch_object_type_object {
+struct arch_object {
   PyObject_HEAD
   struct gdbarch *gdbarch;
-} arch_object;
+};
 
 static struct gdbarch_data *arch_object_data = NULL;
 
This page took 0.024193 seconds and 4 git commands to generate.