Remove entity_usage_state attribute
[libfirm] / include / libfirm / firm_common.h
index 0daa92a..6e31053 100644 (file)
@@ -33,7 +33,7 @@
  * libFirm initialization parameters.
  * @deprecated
  */
-struct _firm_parameter_t {
+struct firm_parameter_t {
        /**
         * The size of this structure. init_firm() will only initialize
         * this amount of data. This allows to add more fields to this structure
@@ -84,7 +84,7 @@ struct _firm_parameter_t {
        void *dummy;
 };
 
-typedef struct _firm_parameter_t firm_parameter_t;
+typedef struct firm_parameter_t firm_parameter_t;
 
 /**
  * Initialize the firm library.
@@ -148,12 +148,6 @@ typedef enum {
  */
 FIRM_API firm_kind get_kind(const void *firm_thing);
 
-/** Returns the kind of a thing as a string. */
-FIRM_API const char *print_firm_kind(void *firm_thing);
-
-/** Print an identification of a firm thing. */
-FIRM_API void firm_identify_thing(void *X);
-
 #include "end.h"
 
 #endif