summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-15 17:47:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-15 17:47:24 +0000
commita8b941c21b91612b9a0e5933e44c3d724d37f68f (patch)
tree4662f0c8322059a84454476ba1aeed34c1bf6372 /llvm/examples/ExceptionDemo/ExceptionDemo.cpp
parent20527e2c8333da70c1a39c55bb383cda88489255 (diff)
downloadbcm5719-llvm-a8b941c21b91612b9a0e5933e44c3d724d37f68f.tar.gz
bcm5719-llvm-a8b941c21b91612b9a0e5933e44c3d724d37f68f.zip
Remove stray semi-colon.
llvm-svn: 106009
Diffstat (limited to 'llvm/examples/ExceptionDemo/ExceptionDemo.cpp')
-rw-r--r--llvm/examples/ExceptionDemo/ExceptionDemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
index bbca9637076..e09c990f8a9 100644
--- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
+++ b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
@@ -1574,7 +1574,7 @@ public:
));
}
- ~OurCppRunException (void) throw () {};
+ ~OurCppRunException (void) throw () {}
};
OpenPOWER on IntegriCloud