diff options
author | udovichenko-r <udovichenko-r@yandex-team.ru> | 2022-07-04 15:33:35 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.ru> | 2022-07-04 15:33:35 +0300 |
commit | 782021b26cb7422021491d7de9b4e74ca23e7c3b (patch) | |
tree | d5f75972092b845f740cfa22bfc17f0874c44f41 | |
parent | 895dd132daa7c14df1dc15b9b221e99266b71b58 (diff) | |
download | ydb-782021b26cb7422021491d7de9b4e74ca23e7c3b.tar.gz |
[KIKIMR-15108] Drop unused file
ref:59add9c91202582c629430e1af9e648791fd79fe
-rwxr-xr-x | ydb/library/yql/parser/proto_ast/gen_parser.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ydb/library/yql/parser/proto_ast/gen_parser.sh b/ydb/library/yql/parser/proto_ast/gen_parser.sh deleted file mode 100755 index 8c911497f6d..00000000000 --- a/ydb/library/yql/parser/proto_ast/gen_parser.sh +++ /dev/null @@ -1,16 +0,0 @@ -#/bin/sh -e - -if ! [ -d "./org/antlr/codegen/templates/" ]; then - echo "gen_parser.sh must be called from yql/library/proto_ast folder" - exit 1; -fi - -if [ -z $1 ] || ! [ -f $1 ]; then - echo "Usage: gen_parser.sh <grammar_file>" - exit 1 -fi - -ANTLR3="./antlr3/antlr-3.5.2-complete-no-st3.jar" - -../../../../ya tool java -d64 -jar $ANTLR3 -lib ./ -language protobuf $1 -../../../../ya tool java -d64 -jar $ANTLR3 -lib ./ $1 |