diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-09-01 17:47:48 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-11-17 11:36:55 +0100 |
commit | f600c700fcc7e703698c1a1164f14ad8d42479b1 (patch) | |
tree | 81852de9c272bf4cdc9beecf70285afbb2395813 | |
parent | 8003c957188a580a7342c20c114602f12942f059 (diff) |
Remove feature-removal-schedule.txt
This patch removes the old feature-removal-schedule.txt file from
mtd-utils, mostly for reasons similar to the ones that lead to the
decision of removing the feature-removal-schedule.txt from the kernel.
Removing features by itself is rather problematic as there is no
simple way of estimating whether something is being used widley or
not at all. Thus, consensus usually tends towards not removing
features at all.
Even if there is a file anouncing feature removal, users in large
won't read this file _if_ it is even included in distribution
packages. People working on mtd-uils would end up removing features
that _they_ find useless and users would start complaining once
their setups break after they install a new version of mtd-utils.
In conclusion, once introduced, features should not be removed to
begin with and this file is entirely usless.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | feature-removal-schedule.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt deleted file mode 100644 index ca8bb6c..0000000 --- a/feature-removal-schedule.txt +++ /dev/null @@ -1,5 +0,0 @@ -The following is a list of files and features that are going to be -removed in the mtd-utils source tree. Every entry should contain what -exactly is going away, why it is happening, and who is going to be doing -the work. When the feature is removed from the utils, it should also -be removed from this file. |