Skip to content

Commit 2ff7cbf

Browse files
committed
track_obj: Remove unnecessary overload.
1 parent 12dd49b commit 2ff7cbf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sigc++/adaptors/track_obj.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ class track_obj_functor : public adapts<T_functor>
8080
{
8181
}
8282

83-
/** Invokes the wrapped functor.
84-
* @return The return value of the functor invocation.
85-
*/
86-
decltype(auto) operator()() {
87-
return std::invoke(this->functor_);
88-
}
89-
9083
/** Invokes the wrapped functor passing on the arguments.
9184
* @param arg Arguments to be passed on to the functor.
9285
* @return The return value of the functor invocation.

0 commit comments

Comments
 (0)