diff options
author | Tom Tromey <tromey@redhat.com> | 2001-07-06 04:31:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-07-06 04:31:03 +0000 |
commit | af418b8cb81e526c2a2d5f9195f26af1d6e722a3 (patch) | |
tree | d498c40d9bdc06471f3128cc87a64ae04e624526 /gcc/java/lang.c | |
parent | ede3cf236bce7c56273771d610bf6b9989003d4f (diff) | |
download | gcc-af418b8cb81e526c2a2d5f9195f26af1d6e722a3.zip gcc-af418b8cb81e526c2a2d5f9195f26af1d6e722a3.tar.gz gcc-af418b8cb81e526c2a2d5f9195f26af1d6e722a3.tar.bz2 |
lang.c (flag_assume_compiled): Removed.
* lang.c (flag_assume_compiled): Removed.
* java-tree.h (flag_assume_compiled): Removed.
* lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
-fhash-synchronization, -fuse-divide-subroutine,
-fcheck-references, -femit-class-file, -femit-class-files,
-fassume-compiled. Updated --encoding information. Changed
-foutput-class-dir to `-d'.
From-SVN: r43799
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index e3567f5..91f89be 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -99,11 +99,6 @@ int compiling_from_source; const char * const language_string = "GNU Java"; -/* Nonzero if we should make is_compiled_class always return 1 for - appropriate classes that we're referencing. */ - -int flag_assume_compiled = 1; - int flag_emit_class_files = 0; /* Nonzero if input file is a file with a list of filenames to compile. */ |