Remove duplicate function (#80643)
authorBruce Forstall <brucefo@microsoft.com>
Sun, 15 Jan 2023 18:44:13 +0000 (10:44 -0800)
committerGitHub <noreply@github.com>
Sun, 15 Jan 2023 18:44:13 +0000 (10:44 -0800)
commit341f015fc2137d55804c69ce33dfed7d20a81a8c
tree2ea8d62cac76e73ffeb813693fd544cee2415221
parente2e690b93258d16c23afa127edb8a7c34ae775e9
Remove duplicate function (#80643)

Remove function `emitGetInstrDescSizeSC()`, only used on arm,
and replace uses by the identical `emitGetInstrDescSize()`.
src/coreclr/jit/emit.h
src/coreclr/jit/emitarm.cpp