[ADT] Remove the unused default constructor for iterator_range.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 11 Jan 2015 01:16:26 +0000 (01:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 11 Jan 2015 01:16:26 +0000 (01:16 +0000)
commit6c92f6eb6aec3b99600395667f57f4d5d3e60592
tree0dd8ff12c545a2c5fdc1853648ebb0353188b6f9
parent7f0da20b979684eccea1a389996804d345fe6a17
[ADT] Remove the unused default constructor for iterator_range.

This default constructor is a bit weird. It left the range in an invalid
state. That might be reasonable so that you can construct a local
iterator range and assign to it based on some logic to compute the range
you want. If folks would like to support that use case, I can add it
back, but in 238-odd usages none have actually wanted to do this. ;]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225592 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/iterator_range.h