Unused import nixage.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -51,7 +51,6 @@ import com.google.common.io.Files;
|
||||
import com.samskivert.io.StreamUtil;
|
||||
import com.samskivert.mustache.Mustache;
|
||||
|
||||
|
||||
public abstract class GenTask extends Task
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -86,7 +86,6 @@ public class CPPUtil
|
||||
return new File(root, makePath(klass, ext)).getAbsolutePath();
|
||||
}
|
||||
|
||||
|
||||
public static String makePath (File root, List<String> namespaces, String className, String ext)
|
||||
{
|
||||
return new File(root, makePath(namespaces, className, ext)).getAbsolutePath();
|
||||
|
||||
Reference in New Issue
Block a user