Skip to content

Commit

Permalink
Remove obsolete/driver.h and the associated functionality
Browse files Browse the repository at this point in the history
The obsolete/driver.h header file has been obsolete
since R8B.

Remove that file, along with obsolete thread APIs for
drivers in the emulator and the test cases.
  • Loading branch information
bjorng committed Aug 11, 2010
1 parent 0d553b4 commit 12813ff
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,233 deletions.
7 changes: 1 addition & 6 deletions erts/emulator/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ release_spec: all
ifeq ($(ERLANG_OSTYPE), unix)
$(INSTALL_PROGRAM) $(BINDIR)/$(CS_EXECUTABLE) $(RELSYSDIR)/bin
endif
$(INSTALL_DIR) $(RELEASE_PATH)/usr/include/obsolete
$(INSTALL_DATA) obsolete/driver.h $(RELEASE_PATH)/usr/include/obsolete
endif
endif

Expand Down Expand Up @@ -647,9 +645,6 @@ $(OBJDIR)/%.nkp.o: sys/common/%.c

ifeq ($(GCC),yes)

$(OBJDIR)/erl_obsolete.o: beam/erl_obsolete.c
$(CC) $(subst -Wstrict-prototypes, , $(subst -O2, $(GEN_OPT_FLGS), $(CFLAGS))) $(INCLUDES) -c $< -o $@

$(OBJDIR)/erl_goodfit_alloc.o: beam/erl_goodfit_alloc.c
$(CC) $(subst -O2, $(GEN_OPT_FLGS) $(UNROLL_FLG), $(CFLAGS)) $(INCLUDES) -c $< -o $@
endif
Expand Down Expand Up @@ -724,7 +719,7 @@ RUN_OBJS = \
$(OBJDIR)/erl_fun.o $(OBJDIR)/erl_bif_port.o \
$(OBJDIR)/erl_term.o $(OBJDIR)/erl_node_tables.o \
$(OBJDIR)/erl_monitors.o $(OBJDIR)/erl_process_dump.o \
$(OBJDIR)/erl_obsolete.o $(OBJDIR)/erl_bif_timer.o \
$(OBJDIR)/erl_bif_timer.o \
$(OBJDIR)/erl_drv_thread.o $(OBJDIR)/erl_bif_chksum.o \
$(OBJDIR)/erl_bif_re.o $(OBJDIR)/erl_unicode.o \
$(OBJDIR)/packet_parser.o $(OBJDIR)/safe_hash.o \
Expand Down
186 changes: 0 additions & 186 deletions erts/emulator/beam/erl_obsolete.c

This file was deleted.

Loading

0 comments on commit 12813ff

Please sign in to comment.