ソースを参照

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;