]> gitweb.factorcode.org Git - factor.git/commitdiff
VM: Remove empty source files
authorErik Charlebois <erikcharlebois@gmail.com>
Sun, 12 May 2013 01:15:02 +0000 (21:15 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Sun, 12 May 2013 17:24:40 +0000 (13:24 -0400)
GNUmakefile
Nmakefile
vm/alien.hpp [deleted file]
vm/booleans.cpp [deleted file]
vm/compaction.hpp [deleted file]
vm/debug.hpp [deleted file]
vm/master.hpp
vm/words.hpp [deleted file]

index 9423b078d08bf35c085c33268d8dee322ddb90b6..ff5fa72627d5087cbbff72d371a7ea1bdb3e4a52 100755 (executable)
@@ -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 \
index 05aa8cb5623857c13b96cea84b34556f1614502e..b66e6dcf701374bb8819c6af67436cf1ce03a756 100755 (executable)
--- 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 (file)
index 412ef35..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace factor
-{
-
-}
diff --git a/vm/booleans.cpp b/vm/booleans.cpp
deleted file mode 100644 (file)
index 86b2a7d..0000000
+++ /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 (file)
index 412ef35..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace factor
-{
-
-}
diff --git a/vm/debug.hpp b/vm/debug.hpp
deleted file mode 100644 (file)
index 412ef35..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace factor
-{
-
-}
index 5131892352a96b5cbbd1a6af76fa9efeb4325fbb..44dc4cb8005f6720953812dc265ad80b2afd0f71 100644 (file)
@@ -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 (file)
index 412ef35..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace factor
-{
-
-}