Merged PR 6142815: OS build fixes on top of 94d39b758

Retrieved from https://microsoft.visualstudio.com os.2020 OS official/rs_wdx_dxp_windev df66d8161fb17594c817c9ca88a559a8ea006194
This commit is contained in:
Dustin Howett 2021-06-10 15:52:14 +00:00
parent 66f0a9cd70
commit efc9116830
2 changed files with 0 additions and 3 deletions

View file

@ -30,7 +30,6 @@ PRECOMPILED_INCLUDE = ..\precomp.h
SOURCES= \
..\AttrRow.cpp \
..\AttrRowIterator.cpp \
..\cursor.cpp \
..\OutputCell.cpp \
..\OutputCellIterator.cpp \

View file

@ -1032,8 +1032,6 @@ void COOKED_READ_DATA::SavePendingInput(const size_t index, const bool multiline
Tracing::s_TraceCookedRead(_backupLimit);
Tracing::s_TraceCookedRead(_backupLimit);
// check for alias
ProcessAliases(LineCount);
}