Skip to content

Commit

Permalink
Remove the old way of specializing generics
Browse files Browse the repository at this point in the history
We now specialize generics on-the-fly using a context-sensitive map of
parameter-type pairs
  • Loading branch information
majakusber committed Mar 8, 2018
1 parent 624cc91 commit 5c00440
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 1,775 deletions.
2 changes: 0 additions & 2 deletions src/java_bytecode/Makefile
Expand Up @@ -3,7 +3,6 @@ SRC = bytecode_info.cpp \
ci_lazy_methods.cpp \
ci_lazy_methods_needed.cpp \
expr2java.cpp \
generic_arguments_name_builder.cpp \
generic_parameter_specialization_map_keys.cpp \
jar_file.cpp \
java_bytecode_convert_class.cpp \
Expand All @@ -30,7 +29,6 @@ SRC = bytecode_info.cpp \
java_string_literals.cpp \
java_types.cpp \
java_utils.cpp \
generate_java_generic_type.cpp \
mz_zip_archive.cpp \
select_pointer_type.cpp \
# Empty last line
Expand Down
343 changes: 0 additions & 343 deletions src/java_bytecode/generate_java_generic_type.cpp

This file was deleted.

0 comments on commit 5c00440

Please sign in to comment.