diff options
author | 2013-07-17 23:40:20 -0700 | |
---|---|---|
committer | 2013-07-18 00:12:43 -0700 | |
commit | 0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c (patch) | |
tree | 525a0f99f9381156367c988133b5d51d5dfef6f7 /runtime/runtime_support_llvm.h | |
parent | f69863b3039fc621ff4250e262d2a024d5e79ec8 (diff) |
Fix cpplint whitespace/blank_line issues
Change-Id: Ice937e95e23dd622c17054551d4ae4cebd0ef8a2
Diffstat (limited to 'runtime/runtime_support_llvm.h')
-rw-r--r-- | runtime/runtime_support_llvm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/runtime_support_llvm.h b/runtime/runtime_support_llvm.h index 566f7bcb16..43ea953a96 100644 --- a/runtime/runtime_support_llvm.h +++ b/runtime/runtime_support_llvm.h @@ -18,13 +18,10 @@ #define ART_RUNTIME_RUNTIME_SUPPORT_LLVM_H_ extern "C" { - //---------------------------------------------------------------------------- // Runtime Support Function Lookup Callback //---------------------------------------------------------------------------- - void* art_portable_find_runtime_support_func(void* context, const char* name); - } // extern "C" #endif // ART_RUNTIME_RUNTIME_SUPPORT_LLVM_H_ |