diff --git a/.gitattributes b/.gitattributes
index 9cdfce959eae734a886ba2503e75f8e095ca7e67..1e59b057561b7a5ccd403d2c0675d83537a7103c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -49,4 +49,3 @@ verifier/telephone.php -text
 verifier/telephone.yaml -text
 verifier/url.php -text
 verifier/url.yaml -text
-/verifier_pipelines.php -text
diff --git a/paquet.xml b/paquet.xml
index 1988e679328bfe2e3de4c88c649c6baf5ffebc40..2aaad6393b9bdb3fcbc0477b91bea935f5dd4dcc 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -17,7 +17,7 @@
 
 	<traduire module="verifier" reference="fr" gestionnaire="salvatore" />
 
-	<pipeline nom="verifier" action="verifier_verifier" inclure="verifier_pipelines.php" />
+	<pipeline nom="verifier" action="" />
 
 	<utilise nom="yaml" />
 </paquet>
diff --git a/plugin.xml b/plugin.xml
index 20fb4e0866af19a36da5efb9a5efd82f1749b5a3..a0753dc6bab3586a3d99ccb439acdbdc2de954a5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,8 +21,7 @@
 	<lien>http://www.spip-contrib.net/Verifier,1505</lien>
 	<pipeline>
 		<nom>verifier</nom>
-		<action>verifier_verifier</action>
-		<inclure>verifier_pipelines.php</inclure>
+		<action></action>
 	</pipeline>
 	<necessite id="SPIP" version="[2.0.10;3.0.99]" />
 	<utilise id="yaml" />	
diff --git a/verifier_pipelines.php b/verifier_pipelines.php
deleted file mode 100644
index f5e568123fe9383ed3b594564aaedd6c0d6b070f..0000000000000000000000000000000000000000
--- a/verifier_pipelines.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-if (!defined("_ECRIRE_INC_VERSION")) return;
-
-function verifier_verifier($flux){return $flux;}
-
-?>
\ No newline at end of file