| Index: base/bind.h
|
| diff --git a/base/bind.h b/base/bind.h
|
| index 5cf124df32f30bb5b4080d8370d1b05f199cc19e..b14f70c109f777ef78991990aedef270a2e82bc8 100644
|
| --- a/base/bind.h
|
| +++ b/base/bind.h
|
| @@ -65,12 +65,6 @@ Bind(Functor functor) {
|
| typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
|
| typedef typename internal::FunctorTraits<Functor>::RunType RunType;
|
|
|
| - // Use RunnableType::RunType instead of RunType above because our
|
| - // checks should below for bound references need to know what the actual
|
| - // functor is going to interpret the argument as.
|
| - typedef internal::FunctionTraits<typename RunnableType::RunType>
|
| - BoundFunctorTraits;
|
| -
|
| typedef internal::BindState<RunnableType, RunType, void()> BindState;
|
|
|
|
|
|
|