diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-16 16:50:12 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-16 16:50:12 +0300 |
commit | 99921e4d045bc6ef150667b2cf0d31dce4f4ab50 (patch) | |
tree | 0e9cbb87b533e5aa10ca7147b10e243412b2676b | |
parent | d4153d39978fe17e3370d3d70999939b57709884 (diff) | |
download | ydb-99921e4d045bc6ef150667b2cf0d31dce4f4ab50.tar.gz |
Remove unused SSQLS macro family
Only `_SRC("ssqls")` remains used at the time.
-rw-r--r-- | build/ymake.core.conf | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 9ed91c5729..a631a3f64e 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1298,7 +1298,7 @@ module GEN_LIBRARY: _BARE_UNIT { module _BASE_UNIT: _BARE_UNIT { .GLOBAL=_FBS_NAMESPACE_MAP - PEERDIR_TAGS=CPP_PROTO CPP_FBS CPP_SSQLS H_IDL PY2 PY2_NATIVE YQL_UDF_STATIC __EMPTY__ DLL_LIB + PEERDIR_TAGS=CPP_PROTO CPP_FBS H_IDL PY2 PY2_NATIVE YQL_UDF_STATIC __EMPTY__ DLL_LIB CPP_PROTO_CMDLINE=${cwd;rootdir;input:File} $PROTOC -I=./$PROTO_NAMESPACE -I=$ARCADIA_ROOT/$PROTO_NAMESPACE ${pre=-I=:_PROTO__INCLUDE} -I=$ARCADIA_BUILD_ROOT -I=$PROTOBUF_PATH --cpp_out=${CPP_PROTO_PLUGINS}$ARCADIA_BUILD_ROOT/$PROTO_NAMESPACE $_PROTOC_FLAGS $PROTOC_STYLEGUIDE_OUT $PROTOC_PLUGIN_STYLEGUIDE ${input;rootrel:File} CPP_PROTO_OUTS+=${output;hide;norel;nopath;noext:File.pb.cc} ${output;main;hide;norel;nopath;noext:File.pb.h} @@ -5489,7 +5489,7 @@ macro _ARCADIA_PYTHON3_ADDINCL() { _PYTHON3_ADDINCL() SET(MODULE_TAG PY3) SET(MODULE_LANG PY3) - SET(PEERDIR_TAGS PY3 PY3_BIN_LIB PY3TEST_LIBRARY PY3_NATIVE PY3_PROTO PY3_FBS PY3_SSQLS YQL_UDF_STATIC __EMPTY__ DLL_LIB) + SET(PEERDIR_TAGS PY3 PY3_BIN_LIB PY3TEST_LIBRARY PY3_NATIVE PY3_PROTO PY3_FBS YQL_UDF_STATIC __EMPTY__ DLL_LIB) } # tag:python-specific tag:internal @@ -10344,30 +10344,6 @@ macro SDBUS_CPP_PROXY(File) { .PEERDIR=contrib/libs/sdbus-cpp } - -# tag:python-specific -macro _PY_SSQLS_SRC(EXT, SRC, SRCFLAGS...) { - #generic macro -} - -# tag:python-specific -macro _PY_SSQLS_SRC("ssqls", SRC, SRCFLAGS...) { - .CMD=${tool:"metrika/core/tools/ssqls"} ${input;notransformbuilddir:SRC} -S $ARCADIA_ROOT -B $ARCADIA_BUILD_ROOT -L "python" -D $MODDIR $SRCFLAGS ${output;tobindir;noext;hide;pre=autogenerated/$MODDIR/:SRC.py} -} - -# tag:python-specific -macro _PY_SSQLS_SRCS(Srcs...) { - foreach(Src: $Srcs) { - _PY_SSQLS_SRC(${lastext:Src} $Src) - } -} - -# tag:python-specific -macro PY_SSQLS_SRCS(Srcs...) { - _PY_SSQLS_SRCS(KEEP_DIR_STRUCT $Srcs) - PY_SRCS(${noext;pre=autogenerated/$MODDIR/:Srcs.py}) -} - # tag:python-specific macro _PY_ENUM_SERIALIZATION_TO_JSON(File) { .CMD=$ENUM_PARSER_TOOL ${input:File} --output ${output;noext;suf=.generated.h:File} --json-output ${output;noext:File.json} ${kv;hide:"p EN"} ${kv;hide:"pc yellow"} @@ -10378,20 +10354,6 @@ macro _PY_ENUM_SERIALIZATION_TO_PY(File) { .CMD=${tool:"metrika/core/tools/python_enum_generator"} ${input;noext:File.json} -D ${MODDIR} --output ${output;noext:File.py} ${kv;hide:"p EN"} ${kv;hide:"pc yellow"} } -# tag:metrika -multimodule SSQLS_LIBRARY { - module CPP_SSQLS : LIBRARY { - .ALIASES=ENUMS_SERIALIZATION=CPP_ENUMS_SERIALIZATION - SET(PEERDIR_TAGS CPP_SSQLS) - PEERDIR(metrika/core/libs/appmetrica/types metrika/core/libs/types) - ADDINCL(GLOBAL ${ARCADIA_BUILD_ROOT}/metrika/core/common_tables/include) - } - module PY3_SSQLS : PY3_LIBRARY { - .ALIASES=SRCS=PY_SSQLS_SRCS ENUMS_SERIALIZATION=PY_ENUMS_SERIALIZATION - SET(PEERDIR_TAGS PY3 PY3_SSQLS) - } -} - macro NGINX_MODULES(Modules...) { PEERDIR(${Modules}) RUN_PROGRAM(nginx/module_gen ${Modules} CWD ${ARCADIA_ROOT} IN ${suf=/modules.json:Modules} OUTPUT_INCLUDES contrib/nginx/core/src/core/ngx_config.h contrib/nginx/core/src/core/ngx_core.h STDOUT ngx_modules.c) |