diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-01-23 22:55:02 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-01-23 22:55:02 +0000 |
commit | 4302a4965c4fffcecee23210dd1910d8d2c88259 (patch) | |
tree | c95ac8eebcffb7c71e421df1bbb2ab9a59b4c871 /lib/ExecutionEngine/Interpreter/Interpreter.h | |
parent | d0278d529b624fb93ec89da21836ea6f436e1b1e (diff) |
Remove extraneous ';'s.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 7c8e71e14f..5a1af6d353 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -119,7 +119,7 @@ public: bool AbortOnFailure = true) { // FIXME: not implemented. return 0; - }; + } /// recompileAndRelinkFunction - For the interpreter, functions are always /// up-to-date. |