diff options
Diffstat (limited to 'libjava/include/java-props.h')
-rw-r--r-- | libjava/include/java-props.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index 19d7106..4302000 100644 --- a/libjava/include/java-props.h +++ b/libjava/include/java-props.h @@ -23,9 +23,6 @@ typedef struct extern const char **_Jv_Compiler_Properties; extern int _Jv_Properties_Count; -// The JAR file to add to the beginning of java.class.path. -extern const char *_Jv_Jar_Class_Path; - // Properties taken from the user's environment. extern property_pair *_Jv_Environment_Properties; |