Removing unused variable and unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1065196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-01-30 06:43:22 +00:00
parent 9ae054b7c8
commit b7a7b7d870
1 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@
package org.apache.commons.lang3;
import java.io.File;
import java.util.regex.Pattern;
/**
* <p>
@ -47,8 +46,6 @@ import java.util.regex.Pattern;
*/
public class SystemUtils {
private static final int JAVA_VERSION_TRIM_SIZE = 3;
/**
* The prefix String for all Windows OS.
*/