Skip to content

Commit

Permalink
remove unused TEXTWITHCOMMAS macro
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed May 27, 2016
1 parent 18b8abf commit 357e02a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion std/container/array.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ reliant on the GC, as an alternative to the built-in arrays.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_array.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/binaryheap.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ adaptor that makes a binary heap out of any user-provided random-access range.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_binaryheap.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/dlist.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ It can be used as a queue, dequeue or stack.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_dlist.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ $(TR $(TDNW $(D )) $(TDNW $(D )) $(TD ))
)
Source: $(PHOBOSSRC std/_container/package.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/rbtree.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This module implements a red-black tree container.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_rbtree.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/slist.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ It can be used as a stack.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_slist.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
1 change: 0 additions & 1 deletion std/container/util.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This module contains some common utilities used by containers.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_util.d)
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down

0 comments on commit 357e02a

Please sign in to comment.