summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>