Commit c120a53
Remove isWriteHandle() API
Summary: Based on our discussion, this API would be confusing if a reference of ReadHandle is obtained from a WriteHandle. We also don't want to make it virtual because this will increase `sizeof(ReadHandle)` / `sizeof(WriteHandle)` by 8 bytes.
Reviewed By: therealgymmy
Differential Revision: D43667308
fbshipit-source-id: a77a17113f1a23f84332ebfa7ea6772d7647339c1 parent f853a42 commit c120a53
2 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | 245 | | |
248 | 246 | | |
249 | 247 | | |
| |||
571 | 569 | | |
572 | 570 | | |
573 | 571 | | |
574 | | - | |
575 | | - | |
576 | 572 | | |
577 | 573 | | |
578 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
717 | 716 | | |
718 | 717 | | |
719 | 718 | | |
720 | 719 | | |
721 | | - | |
722 | 720 | | |
723 | 721 | | |
724 | 722 | | |
725 | 723 | | |
726 | | - | |
727 | 724 | | |
728 | 725 | | |
729 | 726 | | |
730 | 727 | | |
731 | 728 | | |
732 | 729 | | |
733 | | - | |
734 | 730 | | |
735 | 731 | | |
736 | 732 | | |
737 | 733 | | |
738 | | - | |
739 | 734 | | |
740 | 735 | | |
741 | 736 | | |
742 | 737 | | |
743 | 738 | | |
744 | | - | |
745 | 739 | | |
746 | 740 | | |
747 | 741 | | |
| |||
752 | 746 | | |
753 | 747 | | |
754 | 748 | | |
755 | | - | |
| 749 | + | |
756 | 750 | | |
757 | 751 | | |
758 | 752 | | |
| |||
0 commit comments