From: Erik Charlebois Date: Sun, 12 May 2013 01:15:02 +0000 (-0400) Subject: VM: Remove empty source files X-Git-Tag: 0.97~1327 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a42ba561d2410e9506a765abf8d885eff5c8a53e VM: Remove empty source files --- diff --git a/GNUmakefile b/GNUmakefile index 9423b078d0..ff5fa72627 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,6 @@ ifdef CONFIG vm/alien.o \ vm/arrays.o \ vm/bignum.o \ - vm/booleans.o \ vm/byte_arrays.o \ vm/callbacks.o \ vm/callstack.o \ @@ -99,13 +98,10 @@ ifdef CONFIG vm/data_heap.hpp \ vm/code_heap.hpp \ vm/gc.hpp \ - vm/debug.hpp \ vm/strings.hpp \ - vm/words.hpp \ vm/float_bits.hpp \ vm/io.hpp \ vm/image.hpp \ - vm/alien.hpp \ vm/callbacks.hpp \ vm/dispatch.hpp \ vm/entry_points.hpp \ @@ -124,7 +120,6 @@ ifdef CONFIG vm/aging_collector.hpp \ vm/to_tenured_collector.hpp \ vm/code_block_visitor.hpp \ - vm/compaction.hpp \ vm/full_collector.hpp \ vm/arrays.hpp \ vm/math.hpp \ diff --git a/Nmakefile b/Nmakefile index 05aa8cb562..b66e6dcf70 100755 --- a/Nmakefile +++ b/Nmakefile @@ -29,7 +29,6 @@ DLL_OBJS = $(PLAF_DLL_OBJS) \ vm\alien.obj \ vm\arrays.obj \ vm\bignum.obj \ - vm\booleans.obj \ vm\byte_arrays.obj \ vm\callbacks.obj \ vm\callstack.obj \ diff --git a/vm/alien.hpp b/vm/alien.hpp deleted file mode 100644 index 412ef35bb4..0000000000 --- a/vm/alien.hpp +++ /dev/null @@ -1,4 +0,0 @@ -namespace factor -{ - -} diff --git a/vm/booleans.cpp b/vm/booleans.cpp deleted file mode 100644 index 86b2a7dc6c..0000000000 --- a/vm/booleans.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "master.hpp" - -namespace factor -{ - -} diff --git a/vm/compaction.hpp b/vm/compaction.hpp deleted file mode 100644 index 412ef35bb4..0000000000 --- a/vm/compaction.hpp +++ /dev/null @@ -1,4 +0,0 @@ -namespace factor -{ - -} diff --git a/vm/debug.hpp b/vm/debug.hpp deleted file mode 100644 index 412ef35bb4..0000000000 --- a/vm/debug.hpp +++ /dev/null @@ -1,4 +0,0 @@ -namespace factor -{ - -} diff --git a/vm/master.hpp b/vm/master.hpp index 5131892352..44dc4cb800 100644 --- a/vm/master.hpp +++ b/vm/master.hpp @@ -114,13 +114,10 @@ namespace factor #include "data_heap.hpp" #include "code_heap.hpp" #include "gc.hpp" -#include "debug.hpp" #include "strings.hpp" -#include "words.hpp" #include "float_bits.hpp" #include "io.hpp" #include "image.hpp" -#include "alien.hpp" #include "callbacks.hpp" #include "dispatch.hpp" #include "entry_points.hpp" @@ -139,7 +136,6 @@ namespace factor #include "aging_collector.hpp" #include "to_tenured_collector.hpp" #include "code_block_visitor.hpp" -#include "compaction.hpp" #include "full_collector.hpp" #include "arrays.hpp" #include "math.hpp" diff --git a/vm/words.hpp b/vm/words.hpp deleted file mode 100644 index 412ef35bb4..0000000000 --- a/vm/words.hpp +++ /dev/null @@ -1,4 +0,0 @@ -namespace factor -{ - -}