Remove unnecessary construction of IOBuf in Cursor
Summary: This assignment is unnecessary, because in `for` loop we **always** call `cloneOneInto` that would assign another IOBuf to that IOBuf. Reviewed By: alikhtarov Differential Revision: D3215861 fb-gh-sync-id: ad87b99848aaae79f0870d49e0474f1abf0f28e5 fbshipit-source-id: ad87b99848aaae79f0870d49e0474f1abf0f28e5
Showing
Please register or sign in to comment