commit | 3591f72de539533f76be081ecd3a68d71c7f5e3a | [log] [tgz] |
---|---|---|
author | zijunzhao <zijunzhao@google.com> | Mon Jul 10 22:33:09 2023 +0000 |
committer | zijunzhao <zijunzhao@google.com> | Mon Jul 10 22:33:09 2023 +0000 |
tree | 92a84d8f9f1a89f150b08e45f1598c5b6eeea475 | |
parent | 3fd53ec22fbbaad7b3a34bba4678daf620d2b80e [diff] |
Fix duplicate symbols error in external/android-clat Symbol Global_Clatd_Config is duplicated when switch -fcommon to -fno-common Bug: b/151457797 Test: mm Change-Id: Ic6beb25cbc370d5bb085a3c569e66bae87446a49
diff --git a/clatd_test.cpp b/clatd_test.cpp index 94ae0b5..0ed5f28 100644 --- a/clatd_test.cpp +++ b/clatd_test.cpp
@@ -559,8 +559,6 @@ } } -struct clat_config Global_Clatd_Config; - class ClatdTest : public ::testing::Test { protected: static TunInterface sTun;