From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/prerequisite.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'build2/prerequisite.cxx') diff --git a/build2/prerequisite.cxx b/build2/prerequisite.cxx index 5900589..5837328 100644 --- a/build2/prerequisite.cxx +++ b/build2/prerequisite.cxx @@ -15,8 +15,6 @@ namespace build2 { // prerequisite_key // - const optional prerequisite_key::nullproj = nullopt; - ostream& operator<< (ostream& os, const prerequisite_key& pk) { -- cgit v1.1