From 6779ea02fb07ba39d162300dd18297ba2027846a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 24 Sep 2017 02:29:13 +0300 Subject: Get rid of pkgconfig module --- build2/b.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 0520bd8..746d5fd 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -51,7 +51,6 @@ using namespace std; #include #include #include -#include #include namespace build2 @@ -324,9 +323,6 @@ main (int argc, char* argv[]) bm["bin.rc.config"] = mf {nullptr, &bin::rc_config_init}; bm["bin.rc"] = mf {nullptr, &bin::rc_init}; - bm["pkgconfig.config"] = mf {nullptr, &pkgconfig::config_init}; - bm["pkgconfig"] = mf {nullptr, &pkgconfig::init}; - bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init}; bm["cc.core.config"] = mf {nullptr, &cc::core_config_init}; bm["cc.core"] = mf {nullptr, &cc::core_init}; -- cgit v1.1