Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2020-02-02 13:00:43 +0300
committerSimon Tatham <anakin@pobox.com>2020-02-02 13:02:10 +0300
commit9729aabd949af9b9971deb76ed67f472d67f5d92 (patch)
tree6c105fa2885b76a3ebca67adfb867efc118d814e /psftp.c
parent0709de08f2d4d387e16964b1075914a952dec5d3 (diff)
Remove the GLOBAL macro itself.
Now it's no longer used, we can get rid of it, and better still, get rid of every #define PUTTY_DO_GLOBALS in the many source files that previously had them.
Diffstat (limited to 'psftp.c')
-rw-r--r--psftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/psftp.c b/psftp.c
index 1fee4e3d..cb1657b1 100644
--- a/psftp.c
+++ b/psftp.c
@@ -8,7 +8,6 @@
#include <assert.h>
#include <limits.h>
-#define PUTTY_DO_GLOBALS
#include "putty.h"
#include "psftp.h"
#include "storage.h"