Alexander Kuzmenko hace 8 años
padre
commit
c801d9a3c8
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0 9
      std/php7/Lib.hx

+ 0 - 9
std/php7/Lib.hx

@@ -142,14 +142,6 @@ class Lib {
 	}
 
 	/**
-<<<<<<< HEAD
-	*  Loads types defined in the specified directory.
- 	*/
- 	public static function loadLib(pathToLib : String) : Void
- 	{
-		throw "Not implemented";
- 	}
-=======
 		Loads types defined in the specified directory.
 	**/
 	public static function loadLib(pathToLib : String) : Void {
@@ -164,5 +156,4 @@ class Lib {
 			loadLib(dirName);
 		});
 	}
->>>>>>> 59e297d... [php7] implemented php.Lib.loadLib()
 }