Browse Source

gcc: Remove leftover debugging statement.

* gcc-plugin/src/starpu.c (handle_pragma_register): Remove `debug_tree'
  call.
Ludovic Courtès 14 years ago
parent
commit
0ba68acb73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gcc-plugin/src/starpu.c

+ 0 - 1
gcc-plugin/src/starpu.c

@@ -387,7 +387,6 @@ handle_pragma_register (struct cpp_reader *reader)
   loc = cpp_peek_token (reader, 0)->src_loc;
 
   args = read_pragma_expressions ("register", loc);
-  debug_tree (args);
   if (args == NULL_TREE)
     /* Parse error, presumably already handled by the parser.  */
     return;