소스 검색

Accidental dead code

default_compile_flags
vector-of-bool 5 년 전
부모
커밋
50cba1ad03
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      src/dds/compile.hpp

+ 0
- 6
src/dds/compile.hpp 파일 보기

@@ -43,12 +43,6 @@ struct file_compilation {
std::string owner_name;
bool enable_warnings = false;

file_compilation(compilation_rules rules,
source_file sf,
path_ref obj,
std::string owner,
bool);

void compile(const toolchain& tc) const;
};


Loading…
취소
저장