Skip to content

Commit

Permalink
TorService.kt: Remove redundant pid initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsarenik committed Dec 13, 2020
1 parent 95c4e8f commit 3c20c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/lvaccaro/lamp/services/TorService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class TorService : IntentService("TorService") {
pid = f.getInt(p)
f.setAccessible(false)
} catch (e: Throwable) {
pid = -1
}
return pid
}
Expand Down

0 comments on commit 3c20c12

Please sign in to comment.