Skip to content

Commit

Permalink
Remove unused CApiHandle builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed May 9, 2012
1 parent 15eb22f commit 9e7a7b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion rakelib/vm.rake
Expand Up @@ -101,7 +101,6 @@ field_extract_headers = %w[
vm/builtin/proc.hpp
vm/builtin/variable_scope.hpp
vm/builtin/location.hpp
vm/builtin/capi_handle.hpp
vm/builtin/global_cache_entry.hpp
vm/builtin/weakref.hpp
vm/builtin/fiber.hpp
Expand Down
9 changes: 0 additions & 9 deletions vm/builtin/capi_handle.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions vm/builtin/capi_handle.hpp

This file was deleted.

1 change: 0 additions & 1 deletion vm/builtin/nativemethod.cpp
Expand Up @@ -18,7 +18,6 @@
#include "builtin/string.hpp"
#include "builtin/system.hpp"
#include "builtin/tuple.hpp"
#include "builtin/capi_handle.hpp"
#include "builtin/location.hpp"
#include "builtin/ffi_pointer.hpp"

Expand Down

0 comments on commit 9e7a7b4

Please sign in to comment.