diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-20 16:40:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-20 16:40:34 +0000 |
commit | b7491e57135e2ad2a84ac0cb80916ea08e497f99 (patch) | |
tree | dffad2c5f2f77c1e286c04cd7bee73ab1b126722 /win32 | |
parent | ba14dd9ace5a84c9784d70e7ae3b0baccfea783d (diff) | |
download | perl-b7491e57135e2ad2a84ac0cb80916ea08e497f99.tar.gz |
Eradicate sharedsv.*
p4raw-id: //depot/perlio@14356
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 086a29e5c4..b1c7beee03 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -490,7 +490,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -553,7 +552,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ |