This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new ee971cff75 TIKA-4704: remove unused
ee971cff75 is described below

commit ee971cff75e301eee1ffb4631241e2ceecc32a37
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 5 21:03:52 2026 +0200

    TIKA-4704: remove unused
---
 .../apache/tika/server/core/resource/PipesParsingHelper.java  | 11 -----------
 1 file changed, 11 deletions(-)

diff --git 
a/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/PipesParsingHelper.java
 
b/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/PipesParsingHelper.java
index 6b1a6fe699..15156e0b5c 100644
--- 
a/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/PipesParsingHelper.java
+++ 
b/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/PipesParsingHelper.java
@@ -251,17 +251,6 @@ public class PipesParsingHelper {
         };
     }
 
-    /**
-     * Creates a temp file for input in the configured temp directory.
-     */
-    private Path createInputTempFile() throws IOException {
-        if (inputTempDirectory != null) {
-            return Files.createTempFile(inputTempDirectory, 
"tika-server-input-", ".tmp");
-        } else {
-            return Files.createTempFile("tika-server-input-", ".tmp");
-        }
-    }
-
     /**
      * Gets the PipesParser instance.
      */

Reply via email to