public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/main] Cygwin: drop stray fs_info::check_ssd declaration
Date: Fri,  1 Dec 2023 08:56:30 +0000 (GMT)	[thread overview]
Message-ID: <20231201085630.EC4863858415@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=10da64688016c0146e049eef3533a35ff19e6b6e

commit 10da64688016c0146e049eef3533a35ff19e6b6e
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Fri Dec 1 09:55:33 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Fri Dec 1 09:56:05 2023 +0100

    Cygwin: drop stray fs_info::check_ssd declaration
    
    This is just a leftover from development
    
    Fixes: 8b01c5d6903f ("Cygwin: fs_info: check for SSD")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/local_includes/mount.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winsup/cygwin/local_includes/mount.h b/winsup/cygwin/local_includes/mount.h
index 57c89e010161..b2acdf08b4e6 100644
--- a/winsup/cygwin/local_includes/mount.h
+++ b/winsup/cygwin/local_includes/mount.h
@@ -81,8 +81,6 @@ class fs_info
   ULONG sernum;			/* Volume Serial Number */
   char fsn[80];			/* Windows filesystem name */
 
-  void check_ssd (HANDLE);
-
  public:
   void clear ()
   {

                 reply	other threads:[~2023-12-01  8:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231201085630.EC4863858415@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).