Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cea6f446 authored by András Veres-Szentkirályi's avatar András Veres-Szentkirályi Committed by cketti
Browse files

Removed unused private field

parent 19490679
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -311,7 +311,6 @@ public class WebDavStore extends Store {
    private String mPath; /* Stores the path for the server */
    private String mAuthPath; /* Stores the path off of the server to post data to for form based authentication */
    private String mMailboxPath; /* Stores the user specified path to the mailbox */
    private URI mUri; /* Stores the Uniform Resource Indicator with all connection info */

    private boolean mSecure;
    private WebDavHttpClient mHttpClient = null;