summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKRONSTORFER Horst <Horst.KRONSTORFER@frequentis.com>2012-12-11 21:12:14 +0000
committerJon Loeliger <jdl@jdl.com>2013-01-06 16:01:02 -0600
commit19cd5ead0b692c8c10e286252a7f4a725133d8f4 (patch)
treeced6a29cc2e691426f8dd3cbbd36b2788cfdda96
parent142419e43c99e88cbe72a760a72cdbf520690eb6 (diff)
downloaddtc-19cd5ead0b692c8c10e286252a7f4a725133d8f4.tar.gz
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 315c5d095ebdf29f1912186e76ab9f95e694b18a. Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
-rw-r--r--dtc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dtc.c b/dtc.c
index a375683..d40e220 100644
--- a/dtc.c
+++ b/dtc.c
@@ -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)