summaryrefslogtreecommitdiff
path: root/tools/gyp/test/win/linker-flags/entrypointsymbol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/win/linker-flags/entrypointsymbol.cc')
-rw-r--r--tools/gyp/test/win/linker-flags/entrypointsymbol.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/gyp/test/win/linker-flags/entrypointsymbol.cc b/tools/gyp/test/win/linker-flags/entrypointsymbol.cc
deleted file mode 100644
index b567bc87b3..0000000000
--- a/tools/gyp/test/win/linker-flags/entrypointsymbol.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2012 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// The entry point specified by link.exe /ENTRY option.
-extern "C" void MainEntryPoint() {
-}
-
-// Still needed because the linker checks for existence of one of main, wmain,
-// WinMain, or wMain to offer informative diagnositics.
-int main() {
- return 0;
-}