From 4c3545b60b36ad3844f79211db923e93d118a71d Mon Sep 17 00:00:00 2001 From: zrj Date: Fri, 21 Oct 2016 09:05:26 +0300 Subject: [PATCH] sys/boot: Remove empty source. --- sys/boot/dloader/Makefile | 2 +- sys/boot/dloader/config.c | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 sys/boot/dloader/config.c diff --git a/sys/boot/dloader/Makefile b/sys/boot/dloader/Makefile index 687431b940..5e9da61996 100644 --- a/sys/boot/dloader/Makefile +++ b/sys/boot/dloader/Makefile @@ -2,7 +2,7 @@ # # -SRCS= subs.c config.c cmds.c +SRCS= subs.c cmds.c WORLD_CCOPTLEVEL= 1 # Force -O1, -O2 implodes diff --git a/sys/boot/dloader/config.c b/sys/boot/dloader/config.c deleted file mode 100644 index 769f1f5a11..0000000000 --- a/sys/boot/dloader/config.c +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2010 The DragonFly Project. All rights reserved. - * - * This code is derived from software contributed to The DragonFly Project - * by Matthew Dillon - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * 3. Neither the name of The DragonFly Project nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific, prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ -- 2.11.4.GIT