Skip to content

Commit 79a54b0

Browse files
committed
Remove redundant code
1 parent 5faea22 commit 79a54b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pigeon/lib/swift_generator.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,6 @@ private func nilOrValue<T>(_ value: Any?) -> T? {
13121312
.any((Api api) => api.methods.isNotEmpty);
13131313
final bool hasProxyApi = root.apis.any((Api api) => api is AstProxyApi);
13141314

1315-
_writePigeonError(generatorOptions, indent);
13161315
if (generatorOptions.includeErrorClass) {
13171316
_writePigeonError(generatorOptions, indent);
13181317
}

0 commit comments

Comments
 (0)