8245841: Remove unused com.sun.tools.javac.comp.Modules.XMODULES_PREFIX

Reviewed-by: jjg
This commit is contained in:
Pavel Rappo 2020-05-26 21:20:34 +01:00
parent 1401fe0087
commit 0400119e5b

@ -1,5 +1,5 @@
/*
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -215,8 +215,6 @@ public class Modules extends JCTree.Visitor {
limitModsOpt = options.get(Option.LIMIT_MODULES);
moduleVersionOpt = options.get(Option.MODULE_VERSION);
}
//where
private static final String XMODULES_PREFIX = "-Xmodule:";
int depth = -1;