[llvm-commits] [llvm] r129295 - /llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp

Eli Friedman eli.friedman at gmail.com
Mon Apr 11 13:16:05 PDT 2011


Author: efriedma
Date: Mon Apr 11 15:16:05 2011
New Revision: 129295

URL: http://llvm.org/viewvc/llvm-project?rev=129295&view=rev
Log:
Get rid of useless comment; if a file uses functions from a given header,
it is obvious that it should be included.


Modified:
    llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp

Modified: llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp?rev=129295&r1=129294&r2=129295&view=diff
==============================================================================
--- llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp (original)
+++ llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp Mon Apr 11 15:16:05 2011
@@ -62,11 +62,7 @@
 #include "llvm/Support/IRBuilder.h"
 #include "llvm/Support/Dwarf.h"
 
-// Note: Some systems seem to have a problem finding
-//       the symbols like stderr, and fprintf when this
-//       header file is not included
 #include <cstdio>
-
 #include <sstream>
 #include <stdexcept>
 





More information about the llvm-commits mailing list