Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Refactors bindinds to use async workers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex authored and daniel-j-h committed May 19, 2016
1 parent 2599560 commit ea36088
Show file tree
Hide file tree
Showing 5 changed files with 896 additions and 1,092 deletions.
1 change: 0 additions & 1 deletion src/json_v8_renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ inline void renderToV8(v8::Local<v8::Value> &out, const osrm::json::Object &obje
osrm::json::Value value = object;
mapbox::util::apply_visitor(V8Renderer(out), value);
}

}

#endif // JSON_V8_RENDERER_HPP
Loading

0 comments on commit ea36088

Please sign in to comment.