Skip to content

Commit

Permalink
Remove legacy functions
Browse files Browse the repository at this point in the history
- this is related with #nanoframework/nf-Visual-Studio-extension/58

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes committed May 8, 2017
1 parent fbdfde3 commit 1537481
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CLR/Include/nanoCLR_Runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -1068,10 +1068,6 @@ struct CLR_RT_Assembly : public CLR_RT_HeapBlock_Node // EVENT HEAP - NO RELOCAT
void GenerateSkeletonStubFieldsDef( const CLR_RECORD_TYPEDEF *pClsType, FILE *pFileStubHead, std::string strIndent, std::string strMngClassName );
void GenerateSkeletonStubCode( const wchar_t* szFilePath, FILE *pFileDotNetProj );

void BuildMethodName_Legacy( const CLR_RECORD_METHODDEF* md, std::string& name, CLR_RT_StringMap& mapMethods );
void GenerateSkeleton_Legacy( const wchar_t* szFileName, const wchar_t* szProjectName );


void BuildMethodName( const CLR_RECORD_METHODDEF* md, std::string& name , CLR_RT_StringMap& mapMethods );
void BuildClassName ( const CLR_RECORD_TYPEREF* tr, std::string& cls_name, bool fEscape );
void BuildClassName ( const CLR_RECORD_TYPEDEF* td, std::string& cls_name, bool fEscape );
Expand Down

0 comments on commit 1537481

Please sign in to comment.