From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- .../libjava/classpath/include/java_lang_VMSystem.h | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 gcc-4.7/libjava/classpath/include/java_lang_VMSystem.h (limited to 'gcc-4.7/libjava/classpath/include/java_lang_VMSystem.h') diff --git a/gcc-4.7/libjava/classpath/include/java_lang_VMSystem.h b/gcc-4.7/libjava/classpath/include/java_lang_VMSystem.h deleted file mode 100644 index 020cc30d4..000000000 --- a/gcc-4.7/libjava/classpath/include/java_lang_VMSystem.h +++ /dev/null @@ -1,26 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#include - -#ifndef __java_lang_VMSystem__ -#define __java_lang_VMSystem__ - -#ifdef __cplusplus -extern "C" -{ -#endif - -JNIEXPORT void JNICALL Java_java_lang_VMSystem_arraycopy (JNIEnv *env, jclass, jobject, jint, jobject, jint, jint); -JNIEXPORT jint JNICALL Java_java_lang_VMSystem_identityHashCode (JNIEnv *env, jclass, jobject); -JNIEXPORT void JNICALL Java_java_lang_VMSystem_setIn (JNIEnv *env, jclass, jobject); -JNIEXPORT void JNICALL Java_java_lang_VMSystem_setOut (JNIEnv *env, jclass, jobject); -JNIEXPORT void JNICALL Java_java_lang_VMSystem_setErr (JNIEnv *env, jclass, jobject); -JNIEXPORT jlong JNICALL Java_java_lang_VMSystem_nanoTime (JNIEnv *env, jclass); -JNIEXPORT jobject JNICALL Java_java_lang_VMSystem_environ (JNIEnv *env, jclass); -JNIEXPORT jstring JNICALL Java_java_lang_VMSystem_getenv (JNIEnv *env, jclass, jstring); - -#ifdef __cplusplus -} -#endif - -#endif /* __java_lang_VMSystem__ */ -- cgit v1.2.3