From 896e4f2035ef695841cb224c13815fc80506421d Mon Sep 17 00:00:00 2001 From: Gregory Comer Date: Mon, 22 Apr 2024 13:19:02 -0700 Subject: [PATCH] Remove unused extension/aot_util directory --- extension/aot_util/README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 extension/aot_util/README.md diff --git a/extension/aot_util/README.md b/extension/aot_util/README.md deleted file mode 100644 index dbb3866bec3..00000000000 --- a/extension/aot_util/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# AOT Util - -Ahead-of-time (AOT) utility library. Contains native code used by the AOT lowering and delegation logic. Note -that this library should build independently of the runtime code, and as such, should not have dependencies -on runtime targets. - -This library is intended to be built and distributed as part of the Python pip package, such that it can be -loaded by AOT Python code. -