File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -563,8 +563,6 @@ impl Line {
563
563
564
564
Ok ( LineEventHandle {
565
565
line : self . clone ( ) ,
566
- handle_flags,
567
- event_flags,
568
566
file : unsafe { File :: from_raw_fd ( request. fd ) } ,
569
567
} )
570
568
}
@@ -804,7 +802,6 @@ impl Lines {
804
802
let lines = self . lines . clone ( ) ;
805
803
Ok ( MultiLineHandle {
806
804
lines : Lines { lines } ,
807
- flags,
808
805
file : unsafe { File :: from_raw_fd ( request. fd ) } ,
809
806
} )
810
807
}
@@ -830,7 +827,6 @@ impl Index<usize> for Lines {
830
827
#[ derive( Debug ) ]
831
828
pub struct MultiLineHandle {
832
829
lines : Lines ,
833
- flags : LineRequestFlags ,
834
830
file : File ,
835
831
}
836
832
@@ -956,8 +952,6 @@ impl LineEvent {
956
952
#[ derive( Debug ) ]
957
953
pub struct LineEventHandle {
958
954
line : Line ,
959
- handle_flags : LineRequestFlags ,
960
- event_flags : EventRequestFlags ,
961
955
file : File ,
962
956
}
963
957
You can’t perform that action at this time.
0 commit comments