diff options
Diffstat (limited to 'build2/function.hxx')
-rw-r--r-- | build2/function.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build2/function.hxx b/build2/function.hxx index e9e0939..1b49f81 100644 --- a/build2/function.hxx +++ b/build2/function.hxx @@ -119,8 +119,6 @@ namespace build2 std::aligned_storage<sizeof (void*) * 3>::type data; static const size_t data_size = sizeof (decltype (data)); - function_overload () = default; - function_overload (const char* an, size_t mi, size_t ma, types ts, function_impl* im) |