diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-01-18 10:53:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-18 10:53:09 -0800 |
| commit | c55b462bf993dcd65ec17ffeeab97ac138e6d206 (patch) | |
| tree | 89b31431c7707cec713e976748709fef1c19faf4 /tests/preprocessor/error.slang.expected | |
| parent | 3c7e1be0098f963225afd0ebe83340a991392892 (diff) | |
Delete what appears to be stray code in options validation (#784)
The code for options validation had something like:
```c++
{
if(rawTarget.redundantProfileSet)
if(rawTarget.conflictingProfileSet)
{ ... }
else if(rawTarget.redundantProfileSet)
{ ... }
}
```
The first `if` there seems to be stray code left over from some edit to this logic, since its case is handled later on.
Diffstat (limited to 'tests/preprocessor/error.slang.expected')
0 files changed, 0 insertions, 0 deletions
