[K/N][Tests] Clean up remnants of kt49034 in old infra

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-22 13:15:50 +01:00
committed by Space Team
parent e958e57c42
commit 54b06f5656
3 changed files with 0 additions and 22 deletions
@@ -1,11 +0,0 @@
#include "kt49034.h"
struct JSContext {
int field;
};
struct JSContext global = { 15 };
extern "C" struct JSContext* bar() {
return &global;
}
@@ -1,11 +0,0 @@
#ifdef __cplusplus
extern "C" {
#endif
struct JSContext;
struct JSContext* bar();
#ifdef __cplusplus
}
#endif