From 6705bc8de5f48912c9ca52959533bfa3affe9ecb Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 1 Oct 2019 12:14:09 -0700 Subject: [PATCH] Dead file cleanup --- 4coder_seek.cpp | 10 ---------- 4coder_seek.h | 14 -------------- meta/4ed_meta_parser.cpp | 15 --------------- 3 files changed, 39 deletions(-) delete mode 100644 4coder_seek.cpp delete mode 100644 4coder_seek.h delete mode 100644 meta/4ed_meta_parser.cpp diff --git a/4coder_seek.cpp b/4coder_seek.cpp deleted file mode 100644 index c950e40c..00000000 --- a/4coder_seek.cpp +++ /dev/null @@ -1,10 +0,0 @@ -/* -4coder_seek.cpp - Procedures and commands for jumping through code to useful stop boundaries. -*/ - -// TOP - -#error Get rid of this file - -// BOTTOM - diff --git a/4coder_seek.h b/4coder_seek.h deleted file mode 100644 index 2626c6bf..00000000 --- a/4coder_seek.h +++ /dev/null @@ -1,14 +0,0 @@ - -// TOP - -#if !defined(FCODER_SEEK_H) -#define FCODER_SEEK_H - -#error Get rid of this file - -#endif - -// BOTTOM - - - diff --git a/meta/4ed_meta_parser.cpp b/meta/4ed_meta_parser.cpp deleted file mode 100644 index df909844..00000000 --- a/meta/4ed_meta_parser.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Mr. 4th Dimention - Allen Webster - * - * 01.11.2016 - * - * meta-compilation core system - * - */ - -// TOP - -#error kill this - -// BOTTOM -