From 45f06a7ce88e4589bccc9679ff3b44ea8690af89 Mon Sep 17 00:00:00 2001
From: Ryuta Kamizono <kamipo@gmail.com>
Date: Fri, 4 Mar 2016 06:43:16 +0900
Subject: Remove outdated comment [ci skip]

Currently column options handled by the type map in Rails 4.2.
---
 .../active_record/connection_adapters/postgresql/schema_statements.rb    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
index 67e727d8ed..0579c1a92e 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
@@ -214,7 +214,6 @@ module ActiveRecord
 
         # Returns the list of all column definitions for a table.
         def columns(table_name)
-          # Limit, precision, and scale are all handled by the superclass.
           column_definitions(table_name).map do |column_name, type, default, notnull, oid, fmod, collation|
             oid = oid.to_i
             fmod = fmod.to_i
-- 
cgit v1.2.3