]> git.openstreetmap.org Git - rails.git/blobdiff - lib/diff_reader.rb
Merge remote-tracking branch 'upstream/pull/4735'
[rails.git] / lib / diff_reader.rb
index d1987a93622f0d1a44eb128555f6f6cc4258bd26..2784646afecbcf6fbcca3c02141bbd6671a3b75f 100644 (file)
@@ -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,