diff options
author | Robin Watts <robin.watts@artifex.com> | 2011-11-09 17:46:06 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2012-03-15 11:54:08 +0000 |
commit | baacdc897900f8542fb9ce82cde7a13d26b6dd80 (patch) | |
tree | aba1fd92e720787f1d9095cab8d6363e473a1f6d /gs/psi | |
parent | 01b97a460d20093b529c863b19277f0a050c0c7d (diff) |
Squash some warnings produced in the last memento fix.
giving me a warning on MSVC).
Remove unused variable.
Diffstat (limited to 'gs/psi')
-rw-r--r-- | gs/psi/zmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/psi/zmisc.c b/gs/psi/zmisc.c index f075506fd..61fd92634 100644 --- a/gs/psi/zmisc.c +++ b/gs/psi/zmisc.c @@ -28,6 +28,7 @@ #include "ivmspace.h" #include "store.h" #include "igstate.h" /* for gs_currentcpsimode */ +#include "memento.h" /**********************************************************************/ @@ -385,7 +386,6 @@ zsetdebug(i_ctx_t *i_ctx_p) static int zmementolistnewblocks(i_ctx_t *i_ctx_p) { - os_ptr op = osp; Memento_listNewBlocks(); return 0; } |