Skip to content

Commit aecb572

Browse files
authored
Clean up init_sorma2.sh by removing comments
Removed commented-out code for linking Java files.
1 parent c45bf5d commit aecb572

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/init_sorma2.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ export _HOME_
88
basedir="$_HOME_""/../"
99
cd "$basedir"/sorma2/gen/
1010

11-
#for i in $(grep -l 'Column.Helpers' /home/zoff/StudioProjects/ToxAndroidRefImpl/android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/*.java); do
12-
# ln -sf "$i" "_sorm_"$(basename "$i")
13-
#done
14-
1511
cd ../
1612

1713
./do_compile.sh || exit 1

0 commit comments

Comments
 (0)