ソースを参照

remove old comment

feature/dependency-graph
Martin Dørum 5年前
コミット
8217ca9d11
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      src/SourceFile.cc

+ 0
- 2
src/SourceFile.cc ファイルの表示

@@ -165,8 +165,6 @@ bool SourceFile::needsRecompile(const std::string &outDir) const {
}

void SourceFile::compile(const std::string &outDir) const {
// TODO: Send this as a message to some printer thread instead,
// because this happens in multiple threads
logger::log("Compile " + objectPath(outDir));
toolchain::compile(compileFlags(), type_, dir_, name_, outDir);


読み込み中…
キャンセル
保存