mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
two return statements
This commit is contained in:
parent
ef70f755db
commit
81621eede1
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ unsigned int CalculatorHistory::AddItem(_In_ shared_ptr<HISTORYITEM> const &spHi
|
||||||
m_historyItems.push_back(spHistoryItem);
|
m_historyItems.push_back(spHistoryItem);
|
||||||
unsigned int lastIndex = static_cast<unsigned>(m_historyItems.size() - 1);
|
unsigned int lastIndex = static_cast<unsigned>(m_historyItems.size() - 1);
|
||||||
return lastIndex;
|
return lastIndex;
|
||||||
return lastIndex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CalculatorHistory::RemoveItem(_In_ unsigned int uIdx)
|
bool CalculatorHistory::RemoveItem(_In_ unsigned int uIdx)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue