summaryrefslogtreecommitdiffstats
path: root/source/core/core.natvis
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-15 15:21:20 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-15 15:31:22 -0700
commit04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd (patch)
tree199e9a54596c572015c7b0652e62b941418f483f /source/core/core.natvis
parent205187b561c3b31fa931e73e8f7263f0c4b1de41 (diff)
Remove more "core" code that isn't used.
It is always easier to add back code when you need it, than it is to maintain code you aren't using.
Diffstat (limited to 'source/core/core.natvis')
-rw-r--r--source/core/core.natvis40
1 files changed, 0 insertions, 40 deletions
diff --git a/source/core/core.natvis b/source/core/core.natvis
index 271e39663..19c6db395 100644
--- a/source/core/core.natvis
+++ b/source/core/core.natvis
@@ -42,18 +42,6 @@
</Expand>
</Type>
-<Type Name="Slang::LinkedList&lt;*&gt;">
- <DisplayString>{{ size={FCount} }}</DisplayString>
- <Expand>
- <LinkedListItems>
- <Size>FCount</Size>
- <HeadPointer>FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
<Type Name="Slang::Dictionary&lt;*,*&gt;">
<DisplayString>{{ size={_count} }}</DisplayString>
<Expand>
@@ -66,34 +54,6 @@
</Expand>
</Type>
-<Type Name="Slang::EnumerableDictionary&lt;*,*&gt;">
- <DisplayString>{{ size={_count} }}</DisplayString>
- <Expand>
- <Item Name="[size]">_count</Item>
- <Item Name="[capacity]">bucketSizeMinusOne + 1</Item>
- <LinkedListItems>
- <Size>kvPairs.FCount</Size>
- <HeadPointer>kvPairs.FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
-<Type Name="Slang::EnumerableHashSet&lt;*,*&gt;">
- <DisplayString>{{ size={dict._count} }}</DisplayString>
- <Expand>
- <Item Name="[size]">dict._count</Item>
- <Item Name="[capacity]">dict.bucketSizeMinusOne + 1</Item>
- <LinkedListItems>
- <Size>dict.kvPairs.FCount</Size>
- <HeadPointer>dict.kvPairs.FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
<Type Name="Slang::RefPtrImpl&lt;*,*,*&gt;">
<SmartPointer Usage="Minimal">pointer</SmartPointer>
<DisplayString Condition="pointer == 0">empty</DisplayString>