From 13bff8c50d474a3e9c56a27f7adb2f1f04fbb58c Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 20 Aug 2015 13:51:42 -0700 Subject: [PATCH] Remove synthesis warning. (cherry picked from commit d2c72a126d18eac46cb82051beb9ce5933ec7c34) --- driver/main.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/driver/main.c b/driver/main.c index 838a702c3..048308206 100644 --- a/driver/main.c +++ b/driver/main.c @@ -1051,15 +1051,6 @@ int main(int argc, char **argv) puts(NOTICE); } - if (synth_flag) { - fprintf(stderr, "Warning: Synthesis is not currently being " - "maintained and may not\n"); - fprintf(stderr, " function correctly. V0.8 was the " - "last release branch to\n"); - fprintf(stderr, " have active synthesis development " - "and support!\n"); - } - /* Make a common conf file path to reflect the target. */ snprintf(iconfig_common_path, sizeof iconfig_common_path, "%s%c%s%s.conf", base, sep, targ, synth_flag? "-s" : "");