X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44ac569d286ce1159f49b2cded184ff0cc4475f5..HEAD:/lib/diff_reader.rb 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,