X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5d67fa3908b835f7a2f099ca8525b64bcc9fe9e2..1e15b89f763d103cc33acbf5be21db912c080528:/lib/diff_reader.rb?ds=inline diff --git a/lib/diff_reader.rb b/lib/diff_reader.rb index d1987a936..2784646af 100644 --- a/lib/diff_reader.rb +++ b/lib/diff_reader.rb @@ -4,8 +4,6 @@ # Uses the streaming LibXML "Reader" interface to cut down on memory # usage, so hopefully we can process fairly large diffs. class DiffReader - include ConsistencyValidations - # maps each element type to the model class which handles it MODELS = { "node" => Node,