Skip to content

Commit 1bf36f0

Browse files
tjgqcopybara-github
authored andcommitted
Delete dead code.
If we ever need this again, the standard [[fallthrough]] C++ attribute can be used instead. PiperOrigin-RevId: 840156341 Change-Id: I42daffbb45dad509125173e0f9d7dd1d93e67960
1 parent 4b98a9d commit 1bf36f0

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

src/main/native/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ cc_library(
9090
cc_binary(
9191
name = "libunix_jni.so",
9292
srcs = [
93-
"macros.h",
9493
"process.cc",
9594
"unix_jni.cc",
9695
"unix_jni.h",

src/main/native/macros.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/main/native/unix_jni.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "src/main/cpp/util/logging.h"
4040
#include "src/main/cpp/util/port.h"
4141
#include "src/main/native/latin1_jni_path.h"
42-
#include "src/main/native/macros.h"
4342

4443
#if defined(O_DIRECTORY)
4544
#define PORTABLE_O_DIRECTORY O_DIRECTORY

0 commit comments

Comments
 (0)