Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 339642d

Browse files
remove useless useRethink flag from android target
1 parent ff8f91b commit 339642d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/target/java_android.cr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -751,11 +751,6 @@ END
751751
final TimerTask task = new TimerTask() {
752752
@Override
753753
public void run() {
754-
#{String.build do |io|
755-
unless @ast.options.useRethink
756-
io << "\n timer.cancel();"
757-
end
758-
end}
759754
sentCount[0] += 1;
760755
if (sentCount[0] >= 22 || (sentCount[0] * 2000) >= http.connectTimeoutMillis()) {
761756
if (!shouldReceiveResponse[0]) return;

0 commit comments

Comments
 (0)