From 4d1c02b736f4c1e827b11085cdc83ce4b46c03d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 16:06:54 +0200 Subject: Add notion of ad hoc group, use to handle DLL/import library --- build2/cxx/link | 3 --- 1 file changed, 3 deletions(-) (limited to 'build2/cxx/link') diff --git a/build2/cxx/link b/build2/cxx/link index ca45e17..d0584de 100644 --- a/build2/cxx/link +++ b/build2/cxx/link @@ -28,9 +28,6 @@ namespace build2 static target_state perform_update (action, target&); - static target_state - perform_clean (action, target&); - static link instance; public: -- cgit v1.1