Skip to content

Commit 99372d3

Browse files
committed
Remove some commented out code
1 parent 1327299 commit 99372d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/PrintAsClang/PrintClangValueType.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ printCStructStubForDirectPassing(raw_ostream &os, const NominalTypeDecl *SD,
171171
os << " _" << (fields.size() + 1) << ";\n";
172172
fields.push_back(std::make_pair(offset, end));
173173
});
174-
175-
// cPrologueOS << " _Alignas(" << typeSizeAlign->alignment << ") ";
176-
// cPrologueOS << "char _storage[" << typeSizeAlign->size << "];\n";
177174
os << "};\n\n";
178175

179176
// Emit a stub that returns a value directly from swiftcc function.

0 commit comments

Comments
 (0)