diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-02-23 17:47:26 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-12 19:15:28 +0100 |
commit | efb521c69baccb8ab905595c222abf353c5c3283 (patch) | |
tree | d0f1ba29753edec24c067c2c123a2d679d656746 /erts/emulator/Makefile.in | |
parent | 7ac42c5d31f7722907b44d2df3421f8cd88d48c5 (diff) | |
download | otp-efb521c69baccb8ab905595c222abf353c5c3283.tar.gz otp-efb521c69baccb8ab905595c222abf353c5c3283.tar.bz2 otp-efb521c69baccb8ab905595c222abf353c5c3283.zip |
erts: Remove erl_hashmap.[ch] files
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index db7eac4690..a632faf57d 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -785,8 +785,7 @@ RUN_OBJS = \ $(OBJDIR)/erl_zlib.o $(OBJDIR)/erl_nif.o \ $(OBJDIR)/erl_bif_binary.o $(OBJDIR)/erl_ao_firstfit_alloc.o \ $(OBJDIR)/erl_thr_queue.o $(OBJDIR)/erl_sched_spec_pre_alloc.o \ - $(OBJDIR)/erl_ptab.o $(OBJDIR)/erl_map.o \ - $(OBJDIR)/erl_hashmap.o + $(OBJDIR)/erl_ptab.o $(OBJDIR)/erl_map.o ifeq ($(TARGET),win32) DRV_OBJS = \ |