Skip to content

Commit ee86000

Browse files
committed
Cleanup code
1 parent 709d3c6 commit ee86000

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ static void print_help()
526526
"\t[--flip-vert-y]\n"
527527
"\t[--iterations iter]\n"
528528
"\t[--cpp]\n"
529-
"\t[--cppi]\n"
530529
"\t[--cpp-interface-name <name>]\n"
531530
"\t[--msl]\n"
532531
"\t[--msl-version <MMmmpp>]\n"

spirv_reflect.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef SPIRV_CROSS_CPPI_HPP
18-
#define SPIRV_CROSS_CPPI_HPP
17+
#ifndef SPIRV_CROSS_REFLECT_HPP
18+
#define SPIRV_CROSS_REFLECT_HPP
1919

2020
#include "spirv_cross.hpp"
2121
#include "spirv_glsl.hpp"
22-
//#include "json/json.hpp"
2322
#include <utility>
2423
#include <vector>
2524

@@ -90,7 +89,6 @@ class CompilerReflection : public CompilerGLSL
9089
}
9190

9291
enum class JsonType {
93-
WaitType,
9492
Object,
9593
Array,
9694
};

0 commit comments

Comments
 (0)