]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: Drop empty solver.c and solver.h
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Nov 2017 13:37:47 +0000 (14:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Nov 2017 13:37:47 +0000 (14:37 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/include/pakfire/solver.h [deleted file]
src/libpakfire/solver.c [deleted file]

index 292da425ccb6ec74735cc31b49dc8c1715d0e99a..e53db9eb2e8833e118043ae008b393498ce83de0 100644 (file)
@@ -259,7 +259,6 @@ libpakfire_la_SOURCES = \
        src/libpakfire/request.c \
        src/libpakfire/selector.c \
        src/libpakfire/solution.c \
-       src/libpakfire/solver.c \
        src/libpakfire/step.c \
        src/libpakfire/system.c \
        src/libpakfire/transaction.c \
@@ -288,7 +287,6 @@ pkginclude_HEADERS += \
        src/libpakfire/include/pakfire/request.h \
        src/libpakfire/include/pakfire/selector.h \
        src/libpakfire/include/pakfire/solution.h \
-       src/libpakfire/include/pakfire/solver.h \
        src/libpakfire/include/pakfire/step.h \
        src/libpakfire/include/pakfire/system.h \
        src/libpakfire/include/pakfire/transaction.h \
diff --git a/src/libpakfire/include/pakfire/solver.h b/src/libpakfire/include/pakfire/solver.h
deleted file mode 100644 (file)
index ba01258..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*#############################################################################
-#                                                                             #
-# Pakfire - The IPFire package management system                              #
-# Copyright (C) 2013 Pakfire development team                                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-#############################################################################*/
-
-#ifndef PAKFIRE_SOLVER_H
-#define PAKFIRE_SOLVER_H
-
-#endif /* PAKFIRE_SOLVER_H */
diff --git a/src/libpakfire/solver.c b/src/libpakfire/solver.c
deleted file mode 100644 (file)
index aeaf9dd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*#############################################################################
-#                                                                             #
-# Pakfire - The IPFire package management system                              #
-# Copyright (C) 2013 Pakfire development team                                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-#############################################################################*/