Skip to content

Commit 1ecc4d6

Browse files
authored
Merge pull request #4801 from burner/remove_stream
Remove stream from phobos
2 parents abdc487 + 2b2b015 commit 1ecc4d6

File tree

8 files changed

+4
-3746
lines changed

8 files changed

+4
-3746
lines changed

index.d

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,7 @@ $(COMMENT
504504
)
505505
$(TR
506506
$(TDNW
507-
$(LINK2 std_cstream.html, std.cstream)$(BR)
508507
$(LINK2 std_mmfile.html, std.mmfile)$(BR)
509-
$(LINK2 std_socketstream.html, std.socketstream)$(BR)
510-
$(LINK2 std_stream.html, std.stream)$(BR)
511508
$(LINK2 std_typetuple.html, std.typetuple)$(BR)
512509
)
513510
$(TD

posix.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ STD_PACKAGES = std $(addprefix std/,\
169169
# Modules broken down per package
170170

171171
PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
172-
conv cstream csv datetime demangle encoding exception file format \
172+
conv csv datetime demangle encoding exception file format \
173173
functional getopt json math mathspecial meta mmfile numeric \
174-
outbuffer parallelism path process random signals socket socketstream stdint \
175-
stdio stdiobase stream string system traits typecons typetuple uni \
174+
outbuffer parallelism path process random signals socket stdint \
175+
stdio stdiobase string system traits typecons typetuple uni \
176176
uri utf uuid variant xml zip zlib
177177
PACKAGE_std_experimental = typecons
178178
PACKAGE_std_algorithm = comparison iteration mutation package searching setops \

std/cstream.d

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)