Skip to content

Commit

Permalink
Remove dawn_platform namespace.
Browse files Browse the repository at this point in the history
The conversion to nested namespaces was done two years ago. This CL
removes the remaining namespace alias `dawn_platform` in favour of the
new `dawn::platform`

Bug: 40643167
Change-Id: I8892d2e3f2cb9e012f02bc41673f3a76671e571d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203816
Reviewed-by: Corentin Wallez <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Auto-Submit: dan sinclair <[email protected]>
  • Loading branch information
dj2 authored and Dawn LUCI CQ committed Aug 26, 2024
1 parent 95af3b1 commit 4c1e36d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/dawn/platform/DawnPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,4 @@ class DAWN_PLATFORM_EXPORT Platform {

} // namespace dawn::platform

// TODO(dawn:824): Remove once the deprecation period is passed.
namespace dawn_platform = dawn::platform;

#endif // INCLUDE_DAWN_PLATFORM_DAWNPLATFORM_H_

0 comments on commit 4c1e36d

Please sign in to comment.