mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Remove commented out code and print statements
This commit is contained in:
@@ -273,9 +273,6 @@ deriveBodyDistributed_thunk(AbstractFunctionDecl *thunk, void *context) {
|
||||
}
|
||||
|
||||
auto returnLocalPropertyAccess = new (C) ReturnStmt(sloc, localPropertyAccess, implicit);
|
||||
|
||||
fprintf(stderr, "[%s:%d] (%s) LOCAL BRANCH\n", __FILE__, __LINE__, __FUNCTION__);
|
||||
returnLocalPropertyAccess->dump();
|
||||
localBranchStmt =
|
||||
BraceStmt::create(C, sloc, {returnLocalPropertyAccess}, sloc, implicit);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user