summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-11 20:16:05 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-11 20:16:05 +0000
commit2227f154eb2028a69adb538be350042dd68edb64 (patch)
tree5907483fa4c9f836b4e4099b9682eaab2bec33b9 /examples
parent78a546936d585a74c9c0a73ae44b4e5a5688792d (diff)
downloadllvm-2227f154eb2028a69adb538be350042dd68edb64.tar.gz
llvm-2227f154eb2028a69adb538be350042dd68edb64.tar.bz2
llvm-2227f154eb2028a69adb538be350042dd68edb64.tar.xz
Get rid of useless comment; if a file uses functions from a given header,
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
Diffstat (limited to 'examples')
-rw-r--r--examples/ExceptionDemo/ExceptionDemo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp
index cc51706239..fcc8b5c790 100644
--- a/examples/ExceptionDemo/ExceptionDemo.cpp
+++ b/examples/ExceptionDemo/ExceptionDemo.cpp
@@ -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>