File tree 1 file changed +0
-15
lines changed
compiler/rustc_mir_dataflow/src/framework
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -114,26 +114,11 @@ where
114
114
self . reachable_blocks . insert_all ( )
115
115
}
116
116
117
- /// Returns the underlying `Results`.
118
- pub fn results ( & self ) -> & Results < ' tcx , A > {
119
- & self . results
120
- }
121
-
122
- /// Returns the underlying `Results`.
123
- pub fn mut_results ( & mut self ) -> & mut Results < ' tcx , A > {
124
- & mut self . results
125
- }
126
-
127
117
/// Returns the `Analysis` used to generate the underlying `Results`.
128
118
pub fn analysis ( & self ) -> & A {
129
119
& self . results . analysis
130
120
}
131
121
132
- /// Returns the `Analysis` used to generate the underlying `Results`.
133
- pub fn mut_analysis ( & mut self ) -> & mut A {
134
- & mut self . results . analysis
135
- }
136
-
137
122
/// Resets the cursor to hold the entry set for the given basic block.
138
123
///
139
124
/// For forward dataflow analyses, this is the dataflow state prior to the first statement.
You can’t perform that action at this time.
0 commit comments