diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-06-15 13:12:51 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-06-15 13:12:51 -0700 |
| commit | 517513645afb8eaf4841e7b7035f1ba3a9c7cd57 (patch) | |
| tree | eb0fdf58f5f42c427ade3aac136a9053fbf21d54 /source/slang/lookup.h | |
| parent | c34a433d7aa3fdbfefee22f20d5aac2d960f392a (diff) | |
Rename `Slang::Compiler` -> `Slang`
This gets rid of one unecessary namespace.
Diffstat (limited to 'source/slang/lookup.h')
| -rw-r--r-- | source/slang/lookup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/lookup.h b/source/slang/lookup.h index 25b62738f..bdf392aec 100644 --- a/source/slang/lookup.h +++ b/source/slang/lookup.h @@ -4,7 +4,6 @@ #include "Syntax.h" namespace Slang { -namespace Compiler { // Take an existing lookup result and refine it to only include // results that pass the given `LookupMask`. @@ -36,6 +35,6 @@ QualType getTypeForDeclRef( DeclRef declRef); -}} +} #endif
\ No newline at end of file |
