Skip to content

Commit 9ffcf4b

Browse files
authored
Del redundant-static-def in executorch/schema/extended_header.cpp +2
Differential Revision: D81359733 Pull Request resolved: #13875
1 parent 151f3be commit 9ffcf4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

schema/extended_header.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,5 @@ uint64_t GetUInt64LE(const uint8_t* data) {
9191
};
9292
}
9393

94-
// Define storage for the static.
95-
constexpr char ExtendedHeader::kMagic[kMagicSize];
96-
9794
} // namespace runtime
9895
} // namespace executorch

0 commit comments

Comments
 (0)