summaryrefslogtreecommitdiffstats
path: root/lib/puppet/string/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/string/file.rb')
-rw-r--r--lib/puppet/string/file.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/puppet/string/file.rb b/lib/puppet/string/file.rb
deleted file mode 100644
index cc5737f28..000000000
--- a/lib/puppet/string/file.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'puppet/string/indirector'
-
-Puppet::String::Indirector.define(:file, '0.0.1') do
- set_indirection_name :file_bucket_file
-end