Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage-kill: remove java bindings
[simgrid.git] / src / bindings / java / org / simgrid / msg / Host.java
index 0fbbdaf..9a9b0f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Bindings to the MSG hosts */
 
-/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -125,11 +125,6 @@ public class Host {
        /** Tests if a host is up and running. */
        public native boolean isOn();
 
-       /** Returns the list of mount point names on a host */
-       public native Storage[] getMountedStorage();
-       /** This methods returns the list of storages (names) attached to a host */
-       public native String[] getAttachedStorage();
-
        /** After this call, sg_host_get_consumed_energy() will not interrupt your process
         * (until after the next clock update).
         */