Skip to content

Commit

Permalink
Remove CompareOrdinalEx (#36184)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed May 10, 2020
1 parent 91868a2 commit 5ee73c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/coreclr/src/classlibnative/bcltype/stringnative.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
class COMString {
public:
//
// Search/Query Methods
// Query Methods
//
static FCDECL6(INT32, CompareOrdinalEx, StringObject* strA, INT32 indexA, INT32 countA, StringObject* strB, INT32 indexB, INT32 countB);

static FCDECL2(FC_CHAR_RET, GetCharAt, StringObject* pThisRef, INT32 index);
static FCDECL1(INT32, Length, StringObject* pThisRef);

Expand Down

0 comments on commit 5ee73c3

Please sign in to comment.