From 3ba17db6300d7e0cfc4fa001b5a8eb91bf417ea3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Oct 2022 08:31:54 +0200 Subject: Switch to public/private variables model Now unqualified variables are project-private and can be typified. --- libbuild2/operation.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbuild2/operation.cxx') diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 412e07f..fc569a9 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -978,7 +978,6 @@ namespace build2 default_id, 0, "", - nullptr, "", "", "", @@ -1006,7 +1005,6 @@ namespace build2 0, "update", "update", - "update", "updating", "updated", "is up to date", @@ -1023,7 +1021,6 @@ namespace build2 0, "clean", "clean", - "clean", "cleaning", "cleaned", "is clean", -- cgit v1.1