summaryrefslogtreecommitdiff
path: root/gpxe/src/libgcc/icc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/libgcc/icc.c')
-rw-r--r--gpxe/src/libgcc/icc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gpxe/src/libgcc/icc.c b/gpxe/src/libgcc/icc.c
deleted file mode 100644
index 2f7f605c..00000000
--- a/gpxe/src/libgcc/icc.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Intel's compiler creates an implicit call to this function at the
- * start of main().
- *
- */
-void __libgcc __intel_new_proc_init ( void ) {
- /* Do nothing */
-}