Get rid of useless comment; if a file uses functions from a given header,
authorEli Friedman <eli.friedman@gmail.com>
Mon, 11 Apr 2011 20:16:05 +0000 (20:16 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 11 Apr 2011 20:16:05 +0000 (20:16 +0000)
it is obvious that it should be included.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129295 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ExceptionDemo/ExceptionDemo.cpp

index cc51706239ba29551677fe331f0493c7006760ab..fcc8b5c790d17bf93d78c15dc8db70682e25bd9e 100644 (file)
 #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>