diff options
author | Олег <150132506+iddqdex@users.noreply.github.com> | 2025-04-18 07:23:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 07:23:56 +0300 |
commit | 332dc5ddfae67b6af527d54cd25a1971d8d78147 (patch) | |
tree | 8c95838742602626367498e0922312a5d6645255 | |
parent | 1f62eb9b72a10d093a2acd13c434a8a94fa695bc (diff) | |
download | ydb-332dc5ddfae67b6af527d54cd25a1971d8d78147.tar.gz |
remove trash (#17390)
-rw-r--r-- | ydb/library/breakpad/dmp2stacks/ya.make | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ydb/library/breakpad/dmp2stacks/ya.make b/ydb/library/breakpad/dmp2stacks/ya.make deleted file mode 100644 index 920a4dfff1b..00000000000 --- a/ydb/library/breakpad/dmp2stacks/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -IF (OS_LINUX) - -PROGRAM() - - PEERDIR ( - contrib/libs/breakpad/src - contrib/libs/breakpad/src/client/linux - contrib/libs/llvm16/lib/DebugInfo/Symbolize - library/cpp/getopt - ) - - SRCS ( - main.cpp - ) - -END() - -ENDIF() |