X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/efc00ab16e2890b75d7224434ac43fe944ade4dd..41b7f8bc6c4511ab6fcf7f6b1f9e7fdcd8592821:/src/s/cygwin.h diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 9310890351..9b43734132 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -17,10 +17,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* SYSTEM_TYPE should indicate the kind of system you are using. - It sets the Lisp variable system-type. */ -#define SYSTEM_TYPE "cygwin" - /* Emacs can read input using SIGIO and buffering characters itself, or using CBREAK mode and making C-g cause SIGINT. The choice is controlled by the variable interrupt_input.