浏览代码

gcc: Remove leftover debugging statement.

* gcc-plugin/src/starpu.c (handle_pragma_register): Remove `debug_tree'
  call.
Ludovic Courtès 14 年之前
父节点
当前提交
0ba68acb73
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;