diff options
| -rw-r--r-- | polly/include/polly/ScopInfo.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index e90a150de84..2a68107efaa 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -1888,19 +1888,6 @@ public: /// @return The corresponding isl_id or NULL otherwise. isl_id *getIdForParam(const SCEV *Parameter); - /// @name Parameter Iterators - /// - /// These iterators iterate over all parameters of this Scop. - //@{ - typedef ParamVecType::iterator param_iterator; - typedef ParamVecType::const_iterator const_param_iterator; - - param_iterator param_begin() { return Parameters.begin(); } - param_iterator param_end() { return Parameters.end(); } - const_param_iterator param_begin() const { return Parameters.begin(); } - const_param_iterator param_end() const { return Parameters.end(); } - //@} - /// @brief Get the maximum region of this static control part. /// /// @return The maximum region of this static control part. |

