From 2d48106e6c6afa454ea7c7974de124e977b56112 Mon Sep 17 00:00:00 2001 From: Thom May Date: Thu, 14 Apr 2016 15:15:22 +0100 Subject: Move unused code into backcompat --- .../file_system/repository/file_system_root_dir.rb | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb (limited to 'lib/chef') diff --git a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb b/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb deleted file mode 100644 index e2bb27cbc9..0000000000 --- a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb +++ /dev/null @@ -1,33 +0,0 @@ -# -# Author:: John Keiser () -# Copyright:: Copyright 2012-2016, Chef Software Inc. -# License:: Apache License, Version 2.0 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -require "chef/chef_fs/file_system/repository/file_system_entry" - -class Chef - module ChefFS - module FileSystem - module Repository - class FileSystemRootDir < FileSystemEntry - def initialize(file_path) - super("", nil, file_path) - end - end - end - end - end -end -- cgit v1.2.1