diff options
| author | Todd Lee <tlee@imvu.com> | 2012-10-26 15:18:35 -0700 |
|---|---|---|
| committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:21:20 +0300 |
| commit | f91f1ddf374b4f881cd5cf2ba35263cfbe965224 (patch) | |
| tree | 8988606b049d79b199a7c0b2acb2e65ccc12c0f0 /system | |
| parent | d0bf1b0aea625931255c31641ba53ad6d4cee7c3 (diff) | |
removed duplicate code / unnecessary code
Diffstat (limited to 'system')
| -rw-r--r-- | system/include/emscripten/wire.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/include/emscripten/wire.h b/system/include/emscripten/wire.h index ab4caa97..b618be83 100644 --- a/system/include/emscripten/wire.h +++ b/system/include/emscripten/wire.h @@ -31,13 +31,6 @@ namespace emscripten { } }; - template<typename T> - struct TypeID<std::shared_ptr<T>> { - static TYPEID get() { - return TypeID<T>::get(); - } - }; - // count<> template<typename... Args> |
