summaryrefslogtreecommitdiff
path: root/source/slang/profile.cpp
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-15 13:12:51 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-15 13:12:51 -0700
commit517513645afb8eaf4841e7b7035f1ba3a9c7cd57 (patch)
treeeb0fdf58f5f42c427ade3aac136a9053fbf21d54 /source/slang/profile.cpp
parentc34a433d7aa3fdbfefee22f20d5aac2d960f392a (diff)
Rename `Slang::Compiler` -> `Slang`
This gets rid of one unecessary namespace.
Diffstat (limited to 'source/slang/profile.cpp')
-rw-r--r--source/slang/profile.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/slang/profile.cpp b/source/slang/profile.cpp
index 923dc2841..4420a722a 100644
--- a/source/slang/profile.cpp
+++ b/source/slang/profile.cpp
@@ -1,10 +1,7 @@
// profile.cpp
#include "Profile.h"
-
namespace Slang {
-namespace Compiler {
-
ProfileFamily getProfileFamily(ProfileVersion version)
{
@@ -17,4 +14,4 @@ ProfileFamily getProfileFamily(ProfileVersion version)
}
}
-}}
+}