Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Unserializer.php
diff --git a/vendor/nikic/php-parser/lib/PhpParser/Unserializer.php b/vendor/nikic/php-parser/lib/PhpParser/Unserializer.php
deleted file mode 100644 (file)
index 9c221a1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-namespace PhpParser;
-
-/**
- * @deprecated
- */
-interface Unserializer
-{
-    /**
-     * Unserializes a string in some format into a node tree.
-     *
-     * @param string $string Serialized string
-     *
-     * @return mixed Node tree
-     */
-    public function unserialize($string);
-}