GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/308
Removed unused argument always_mark_full.
This PR cleans up the unused argument `always_mark_full`, and avoids
branching overhead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zuyu/incubator-quickstep always-mark-full-arg
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/308.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #308
----
commit f4c27de2e19f56a0410c9c216a7b96604358b50b
Author: Zuyu Zhang <[email protected]>
Date: 2017-10-05T22:18:05Z
Removed unused argument always_mark_full.
----
---