summaryrefslogtreecommitdiff
path: root/src/ilasm/assembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/assembler.h')
-rw-r--r--src/ilasm/assembler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ilasm/assembler.h b/src/ilasm/assembler.h
index 1c211bc3c5..2e3404f7d3 100644
--- a/src/ilasm/assembler.h
+++ b/src/ilasm/assembler.h
@@ -1049,10 +1049,6 @@ public:
void EmitSecurityInfo(mdToken token,
PermissionDecl* pPermissions,
PermissionSetDecl*pPermissionSets);
-#ifndef FEATURE_CORECLR
- HRESULT AllocateStrongNameSignature();
- HRESULT StrongNameSign();
-#endif
BinStr* EncodeSecAttr(__in __nullterminated char* szReflName, BinStr* pbsSecAttrBlob, unsigned nProps);
// Custom values paraphernalia:
@@ -1189,9 +1185,6 @@ public:
unsigned NumTypeDefs() {return m_TypeDefDList.COUNT();};
private:
HRESULT GetCAName(mdToken tkCA, __out LPWSTR *ppszName);
-#ifndef FEATURE_CORECLR
- HRESULT GetSignatureKey();
-#endif
};
#endif // Assember_h