diff options
-rw-r--r-- | llvm/include/llvm/LTO/ThinLTOCodeGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/LTO/ThinLTOCodeGenerator.h b/llvm/include/llvm/LTO/ThinLTOCodeGenerator.h index 4a47c1fbc96..1e73318fa6f 100644 --- a/llvm/include/llvm/LTO/ThinLTOCodeGenerator.h +++ b/llvm/include/llvm/LTO/ThinLTOCodeGenerator.h @@ -121,7 +121,6 @@ public: /// Cache policy: interval (seconds) between two prune of the cache. Set to a /// negative value (default) to disable pruning. A value of 0 will be ignored. void setCachePruningInterval(int Interval) { - fprintf(stderr, "setCachePruningInterval %d\n", Interval); if (Interval) CacheOptions.PruningInterval = Interval; } |