Index: third_party/lk/fletch/project/add-fletch-snapshot-section.ld |
diff --git a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld b/third_party/lk/fletch/project/add-fletch-snapshot-section.ld |
deleted file mode 100644 |
index b80b1791288d89de9e07d59e5577e739cb8b4f93..0000000000000000000000000000000000000000 |
--- a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-SECTIONS { |
- .snapshot ALIGN(4096) : |
- { |
- __fletch_program_heap_start = .; |
- KEEP(*(.snapshot)) |
- __fletch_program_heap_end = .; |
- } |
-} |
-INSERT BEFORE .rodata; |