diff options
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 27cadf3..e81a93a 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 |