1
0
mirror of https://github.com/golang/go synced 2024-11-17 05:04:54 -07:00

Remove doubled #else

R=r
DELTA=4  (2 added, 2 deleted, 0 changed)
OCL=13775
CL=13779
This commit is contained in:
Russ Cox 2008-08-03 00:34:05 -07:00
parent 4feda71b7d
commit 873ba78b79

View File

@ -7,7 +7,7 @@
#else
#ifdef amd64_darwin
#include "amd64_darwin.h"
#else
You_need_to_write_the_syscall_header
#endif
#else
You_need_to_write_the_syscall_header
#endif