bechordal: Remove remnants of the long gone split phase.
[libfirm] / ir / adt / hungarian.c
index fa639aa..d1f49be 100644 (file)
@@ -27,7 +27,6 @@
 /**
  * @file
  * @brief   Solving the Minimum Assignment Problem using the Hungarian Method.
- * @version $Id$
  */
 #include "config.h"
 
@@ -129,7 +128,7 @@ void hungarian_prepare_cost_matrix(hungarian_problem_t *p,
        } else if (mode == HUNGARIAN_MODE_MINIMIZE_COST) {
                /* nothing to do */
        } else {
-               panic("Unknown hungarian problem mode\n");
+               panic("Unknown hungarian problem mode");
        }
 }