summaryrefslogtreecommitdiff
path: root/src/vm/customattribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/customattribute.h')
-rw-r--r--src/vm/customattribute.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/vm/customattribute.h b/src/vm/customattribute.h
index 1333373fca..d5aa4dd06f 100644
--- a/src/vm/customattribute.h
+++ b/src/vm/customattribute.h
@@ -166,23 +166,6 @@ private:
static CustomAttributeManagedValues GetManagedCaValue(CaValue* pCaVal);
};
-class CORSEC_ATTRSET_ARRAY: public StackSArray<CORSEC_ATTRSET>
-{
-public:
- CORSEC_ATTRSET_ARRAY()
- {
- }
- ~CORSEC_ATTRSET_ARRAY()
- {
- WRAPPER_NO_CONTRACT;
- for (COUNT_T i = 0; i < GetCount(); i++)
- {
- (*this)[i].CORSEC_ATTRSET::~CORSEC_ATTRSET();
- }
-
- }
-};
-
class COMCustomAttribute
{
public: