X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5d67fa3908b835f7a2f099ca8525b64bcc9fe9e2..dcb0369788b70b262845c601cad0a874b427725a:/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,