Skip to content

Commit a1da6ce

Browse files
author
Mihail Slavchev
committed
delete unused variable
1 parent 2e2f1b3 commit a1da6ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/android-project-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ class AndroidProjectService implements IPlatformProjectService {
200200
var projProp = path.join(projDir, "project.properties");
201201

202202
var lines = fs.readFileSync(projProp, { encoding: "utf-8" }).split("\n");
203-
var thiz = this;
204203

205204
var refs: ILibRef[] = [];
206205

0 commit comments

Comments
 (0)