Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uplib: fix duplicate logic in stream destroy #35727
Conversation
|
Review requested: |
Codecov Report
@@ Coverage Diff @@
## master #35727 +/- ##
==========================================
- Coverage 96.40% 96.40% -0.01%
==========================================
Files 222 223 +1
Lines 73682 73679 -3
==========================================
- Hits 71033 71029 -4
- Misses 2649 2650 +1
Continue to review full report at Codecov.
|
|
The subsystem in commit title should be |
Fix duplicate logic in stream destroy as the same logic is being shared across methods and thus can be encapsulated into a single method.
fb42577
to
464d7c6
|
Updated @lpinca |
|
lgtm |
Fix duplicate logic in stream destroy as the same logic is being shared
across methods and thus can be encapsulated into a single method.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes