summaryrefslogtreecommitdiffstats
path: root/chromium/base/bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/bind.h')
-rw-r--r--chromium/base/bind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/base/bind.h b/chromium/base/bind.h
index 5cf124df32f..b14f70c109f 100644
--- a/chromium/base/bind.h
+++ b/chromium/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;