summaryrefslogtreecommitdiffhomepage
path: root/d.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'd.html.markdown')
-rw-r--r--d.html.markdown7
1 files changed, 0 insertions, 7 deletions
diff --git a/d.html.markdown b/d.html.markdown
index 36153500..3a5a6c9b 100644
--- a/d.html.markdown
+++ b/d.html.markdown
@@ -133,13 +133,6 @@ getter and setter methods (`object.setX(7)`)!
```d
// Consider a class parameterized on a types T, U
-
-class MyClass(T, U) {
- T _data;
- U _other;
-
-}
-
// And "getter" and "setter" methods like so
class MyClass(T, U) {
T _data;