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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ilasm/assembler.h b/src/ilasm/assembler.h
index 1c211bc3c5..39fadd55ca 100644
--- a/src/ilasm/assembler.h
+++ b/src/ilasm/assembler.h
@@ -1049,12 +1049,10 @@ 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);
+ HRESULT AllocateStrongNameSignature();
+
// Custom values paraphernalia:
public:
mdToken m_tkCurrentCVOwner;
@@ -1189,9 +1187,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