Skip to content

Commit

Permalink
Remove incorrectly added code
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Feb 18, 2025
1 parent 047282e commit e231b43
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main/options/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ const std::vector<ParserOptions> parser_options({
{"prism", Parser::PRISM},
});

struct AutogenConstCacheConfig {
// A file which contains a cache that can be used to potentially skip autogen
std::string cacheFile;
// A list of files which have changed since the last autogen run.
std::vector<std::string> changedFiles;
};

namespace {

#if !defined(EMSCRIPTEN)
Expand Down

0 comments on commit e231b43

Please sign in to comment.