projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffd22d
)
Remove stray semi-colon.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 15 Jun 2010 17:47:24 +0000
(17:47 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 15 Jun 2010 17:47:24 +0000
(17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106009
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/ExceptionDemo/ExceptionDemo.cpp
patch
|
blob
|
history
diff --git
a/examples/ExceptionDemo/ExceptionDemo.cpp
b/examples/ExceptionDemo/ExceptionDemo.cpp
index bbca963707617b3658840ce71f676711fefdd7a1..e09c990f8a9f0ba33946665e283b9c9d4a90e2a3 100644
(file)
--- a/
examples/ExceptionDemo/ExceptionDemo.cpp
+++ b/
examples/ExceptionDemo/ExceptionDemo.cpp
@@
-1574,7
+1574,7
@@
public:
));
}
- ~OurCppRunException (void) throw () {}
;
+ ~OurCppRunException (void) throw () {}
};