dtc: Drop the '-S is deprecated' warning

The 'deprecated' warning is in there for more than 4 years now
and nobody seemed to be confused enough to vote it out.  Let's
drop the warning then.

This reverts commit 315c5d095e.

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
This commit is contained in:
KRONSTORFER Horst 2012-12-11 21:12:14 +00:00 committed by Jon Loeliger
parent 142419e43c
commit 19cd5ead0b

3
dtc.c
View file

@ -201,9 +201,6 @@ int main(int argc, char *argv[])
if (minsize && padsize)
die("Can't set both -p and -S\n");
if (minsize)
fprintf(stderr, "DTC: Use of \"-S\" is deprecated; it will be removed soon, use \"-p\" instead\n");
if (depname) {
depfile = fopen(depname, "w");
if (!depfile)