diff --git a/Library/DependencyMap.php b/Library/DependencyMap.php deleted file mode 100644 index d41bb4d5e..000000000 --- a/Library/DependencyMap.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - -namespace Zephir; - -/** - * DependencyMap. - * - * Manage dependencies between files to perform incremental builds - */ -class DependencyMap -{ - public function addDependency() - { - } -}