aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHugues Evrard <hevrard@users.noreply.github.com>2019-03-11 16:56:37 +0100
committerGitHub <noreply@github.com>2019-03-11 16:56:37 +0100
commit6b1e152820e3ef3bc3c47c12aee387cf53db97d7 (patch)
treef8024733c148d6ade9ced693ab9192edc29fdf55 /src
parent596650447e65b80486cd5c83c278d1be46f348d5 (diff)
downloadamber-6b1e152820e3ef3bc3c47c12aee387cf53db97d7.tar.gz
Remove irrelevant dawn namespace (#350)
Diffstat (limited to 'src')
-rw-r--r--src/platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platform.h b/src/platform.h
index a534511..7685c23 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -16,7 +16,6 @@
#define SRC_PLATFORM_H_
namespace amber {
-namespace dawn {
#if defined(_WIN32) || defined(_WIN64)
#define AMBER_PLATFORM_WINDOWS 1
@@ -46,7 +45,6 @@ namespace dawn {
#define AMBER_PLATFORM_POSIX 0
#endif
-} // namespace dawn
} // namespace amber
#endif // SRC_PLATFORM_H_