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/pkgconfig/init.hxx | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 build2/pkgconfig/init.hxx (limited to 'build2/pkgconfig/init.hxx') diff --git a/build2/pkgconfig/init.hxx b/build2/pkgconfig/init.hxx deleted file mode 100644 index eed224f..0000000 --- a/build2/pkgconfig/init.hxx +++ /dev/null @@ -1,37 +0,0 @@ -// file : build2/pkgconfig/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD2_PKGCONFIG_INIT_HXX -#define BUILD2_PKGCONFIG_INIT_HXX - -#include -#include - -#include - -namespace build2 -{ - namespace pkgconfig - { - bool - config_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - } -} - -#endif // BUILD2_PKGCONFIG_INIT_HXX -- cgit v1.1