diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d5c7e9e785a0ec293b9f0b0cdfe3a20200817750..e97f3ba37dd5e647da03ece257b4510ea248586a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
+
+	* graphite.h (debug_value): Removed.
+	* graphite.c (debug_value): Removed.
+
 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
 
 	* arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 27cadf3340ddda7258a7dc540d78734c2dba716c..e81a93ad018d03b6894f0d3bb5fd82e384bfd512 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -61,14 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 
 static VEC (scop_p, heap) *current_scops;
 
-/* Print GMP value V on stderr.  */
-
-void
-debug_value (Value v)
-{
-  value_print (stderr, "%4s\n", v);
-}
-
 /* Converts a GMP constant V to a tree and returns it.  */
 
 static tree
diff --git a/gcc/graphite.h b/gcc/graphite.h
index a1801966ed168852ab41f45c476959935866c778..76f26c8728a1b1f9f85ef1a4f9e895f3e4f69111 100644
--- a/gcc/graphite.h
+++ b/gcc/graphite.h
@@ -381,7 +381,6 @@ extern void debug_rename_map (htab_t);
 extern void debug_ivtype_map (htab_t);
 extern void debug_loop_vec (graphite_bb_p);
 extern void debug_oldivs (scop_p);
-extern void debug_value (Value);
 
 /* Describes the type of an iv stack entry.  */
 typedef enum {