diff options
Diffstat (limited to 'build/cli/rule')
-rw-r--r-- | build/cli/rule | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/cli/rule b/build/cli/rule index d52d0e0..21fcf8a 100644 --- a/build/cli/rule +++ b/build/cli/rule @@ -25,9 +25,6 @@ namespace build static target_state perform_clean (action, target&); - - static target_state - delegate (action, target&); }; } } |