diff --git a/doc.ddoc b/doc.ddoc index 1253064833..7c8bc0d6a7 100644 --- a/doc.ddoc +++ b/doc.ddoc @@ -449,7 +449,6 @@ COMMA=, VER=2.0 V1= V2=$0 -DIGG= SLASHDOT= HOMEIMG=digitalmars.com SEARCHIMG=Search diff --git a/hijack.dd b/hijack.dd index 651ff952ff..c30f1756cb 100644 --- a/hijack.dd +++ b/hijack.dd @@ -2,8 +2,6 @@ Ddoc $(D_S Function Hijacking Mitigation, -
$(DIGG)
- $(P As software becomes more complex, we become more reliant on module interfaces. An application may import and combine modules from multiple diff --git a/safed.dd b/safed.dd index af41c5a7b2..b9fc959b4f 100644 --- a/safed.dd +++ b/safed.dd @@ -6,8 +6,6 @@ $(D_S SafeD—The Safe Subset of D, $(SMALL by Bartosz Milewski, a member of the D design team) ) -
$(DIGG)
- $(P I've seen some very good programmers move away from C++ in favor of languages like Java or C#. Being a hard-core C++ programmer myself, I wondered why anyone would want to switch to a less powerful and less efficient language. Mind you, I could understand why a newcomer would opt for a simpler, flatter-learning-curve language but, once somebody invested the time and effort to become proficient in C++, why in the world would they want to abandon it? )