diff options
author | Chad Austin <caustin@gmail.com> | 2013-04-25 01:49:52 -0700 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-05-02 18:54:49 -0700 |
commit | 9b2cb58a355d4645fe2c7352a0408dc43e99d538 (patch) | |
tree | 908d4854476e753fbf339e48e358fa7c8c66f61f /system | |
parent | 2dc3ce9992a96ae80013e7ee24ba78ce777c97f1 (diff) |
Snip some dead code
Diffstat (limited to 'system')
-rwxr-xr-x | system/include/emscripten/bind.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/include/emscripten/bind.h b/system/include/emscripten/bind.h index 5e87bd69..7aa2a55e 100755 --- a/system/include/emscripten/bind.h +++ b/system/include/emscripten/bind.h @@ -1235,18 +1235,6 @@ namespace emscripten { } } -namespace emscripten { - namespace internal { - class BindingsDefinition { - public: - template<typename Function> - BindingsDefinition(Function fn) { - fn(); - } - }; - } -} - #define EMSCRIPTEN_BINDINGS(name) \ static struct EmscriptenBindingInitializer_##name { \ EmscriptenBindingInitializer_##name(); \ |