Remove the declaration of the deleted function firm_default_hash().
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 12 Jul 2012 17:39:09 +0000 (19:39 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 13 Jul 2012 21:03:53 +0000 (23:03 +0200)
include/libfirm/irnode.h

index 3883fc7..7fca367 100644 (file)
@@ -839,13 +839,6 @@ FIRM_API void set_irn_dbg_info(ir_node *n, dbg_info *db);
  */
 FIRM_API dbg_info *get_irn_dbg_info(const ir_node *n);
 
  */
 FIRM_API dbg_info *get_irn_dbg_info(const ir_node *n);
 
-/**
- * Calculate a hash value of a node. Only inputs, mode and opcode are used.
- *
- * @param node  the node to hash
- */
-FIRM_API unsigned firm_default_hash(const ir_node *node);
-
 /**
  * Returns a descriptive name of a node (containing type+number)
  */
 /**
  * Returns a descriptive name of a node (containing type+number)
  */