aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/check
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /build/sysincl/check
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'build/sysincl/check')
-rw-r--r--build/sysincl/check/cxx.c20
-rw-r--r--build/sysincl/check/ya.make11
2 files changed, 0 insertions, 31 deletions
diff --git a/build/sysincl/check/cxx.c b/build/sysincl/check/cxx.c
deleted file mode 100644
index 2945560f8e..0000000000
--- a/build/sysincl/check/cxx.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <complex.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fenv.h>
-#include <float.h>
-#include <inttypes.h>
-#include <limits.h>
-#include <locale.h>
-#include <math.h>
-#include <setjmp.h>
-#include <stdatomic.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <tgmath.h>
-#include <wchar.h>
-#include <wctype.h>
diff --git a/build/sysincl/check/ya.make b/build/sysincl/check/ya.make
deleted file mode 100644
index af09f4695d..0000000000
--- a/build/sysincl/check/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-OWNER(g:ymake)
-
-LIBRARY()
-
-# This library if configured independently will show issues with C++ resolving in pure C modules
-
-NO_RUNTIME()
-
-SRCS(cxx.c)
-
-END() \ No newline at end of file