summaryrefslogtreecommitdiffstats
path: root/vm/InlineNative.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/InlineNative.h')
-rw-r--r--vm/InlineNative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/InlineNative.h b/vm/InlineNative.h
index cb31f5184..fc8602759 100644
--- a/vm/InlineNative.h
+++ b/vm/InlineNative.h
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
/*
* Inlined native functions.
*/
@@ -21,7 +22,6 @@
/* startup/shutdown */
bool dvmInlineNativeStartup(void);
-bool dvmInlineNativeCheck(void);
void dvmInlineNativeShutdown(void);
Method* dvmFindInlinableMethod(const char* classDescriptor,