Commit f2b726f9 authored by Victor Gomes's avatar Victor Gomes Committed by V8 LUCI CQ

[d8] Remove GOOGLE3 main function guard

This guard is deprecated. We actually have floating patches in g3 that
removes these lines.

Change-Id: I11168b3ca1f3985039cf31ddef70d5b292de85b6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2959619
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75122}
parent f5cd2bfb
......@@ -5265,9 +5265,7 @@ int Shell::Main(int argc, char* argv[]) {
} // namespace v8
#ifndef GOOGLE3
int main(int argc, char* argv[]) { return v8::Shell::Main(argc, argv); }
#endif
#undef CHECK
#undef DCHECK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment