Skip to content

Commit 678c4ac

Browse files
johnniwintherCommit Queue
authored andcommitted
[frontend_server] Remove binary protocol
This was added to support macros Change-Id: I1115e5d507a0f0bb6764fe49a11e496571d7cb5d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420701 Commit-Queue: Johnni Winther <[email protected]> Reviewed-by: Jens Johansen <[email protected]>
1 parent f75cb3d commit 678c4ac

File tree

8 files changed

+1
-1296
lines changed

8 files changed

+1
-1296
lines changed

pkg/_fe_analyzer_shared/lib/src/macros/compiler/byte_data_serializer.dart

Lines changed: 0 additions & 554 deletions
This file was deleted.

pkg/_fe_analyzer_shared/lib/src/macros/compiler/message_grouper.dart

Lines changed: 0 additions & 107 deletions
This file was deleted.

pkg/_fe_analyzer_shared/lib/src/macros/compiler/request_channel.dart

Lines changed: 0 additions & 147 deletions
This file was deleted.

pkg/frontend_server/lib/frontend_server.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ ArgParser argParser = new ArgParser(allowTrailingOptions: true)
124124
'--filesystem-root option',
125125
defaultsTo: 'org-dartlang-root',
126126
hide: true)
127-
..addOption('binary-protocol-address',
128-
hide: true,
129-
help: 'The server will establish TCP connection to this address, and'
130-
' will exchange binary requests and responses with the client.')
131127
..addFlag('enable-http-uris',
132128
defaultsTo: false, hide: true, help: 'Enables support for http uris.')
133129
..addFlag('verbose', help: 'Enables verbose output from the compiler.')

0 commit comments

Comments
 (0)