OSDN Git Service

Remove `nFinalNullLines` checking, disabled by an earlier commit
authorGreyMerlin <greymerlin7@gmail.com>
Sat, 8 Dec 2018 23:31:40 +0000 (15:31 -0800)
committerGreyMerlin <greymerlin7@gmail.com>
Sat, 8 Dec 2018 23:31:40 +0000 (15:31 -0800)
commit950ae15c8b75e1dd1bdbea9127310d946298d8df
tree07d0e7cf9f25ff14c1d3eb502ed9ea60e1a2fec2
parentc4e168b54b9e69f55c88f87c71eedd55bf6e311b
Remove `nFinalNullLines` checking, disabled by an earlier commit

* Github Commit 1b52d84 "MergeDoc.cpp: Fix github issue #106 ..." effectively removed this code
with a `#if 0`.  This present commit actually removes the code, but preserves ASSERT checking to
make sure that all `m_ptBuf[]` structures have the exact same length.

* These lines of code (from GitHub Commit 51519fc, 16 Jun 2018) were an early attempt to solve
various problems with the last line(s) of a comparison.  Subsequent changes made these lines
irrelevant.  Independently they were shown to be erroneous.
Src/MergeDoc.cpp