Fix travis LINT

This commit is contained in:
scribam
2017-09-20 22:39:49 +02:00
parent fa3edace6a
commit b6e7e66fbe
27 changed files with 176 additions and 258 deletions

View File

@@ -24,13 +24,12 @@ constexpr size_t kMaxHandlerCount = 8;
// Executed in order.
std::pair<ExceptionHandler::Handler, void*> handlers_[kMaxHandlerCount];
void ExceptionHandler::Install(Handler fn, void* data) {
//TODO(dougvj) stub
// TODO(dougvj) stub
}
void ExceptionHandler::Uninstall(Handler fn, void* data) {
//TODO(dougvj) stub
// TODO(dougvj) stub
}
} // namespace xe