]> code.delx.au - gnu-emacs/blobdiff - src/callproc.c
(Fcall_process): Remove unused vars.
[gnu-emacs] / src / callproc.c
index 9fa97d862c1b91a45caf031d542f7ae7dfb3c764..bee100fc3c604c964436e25ee746efe70b7c20c9 100644 (file)
@@ -730,8 +730,6 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS)  */)
     int carryover = 0;
     int display_on_the_fly = !NILP (display) && INTERACTIVE;
     struct coding_system saved_coding;
-    int pt_orig = PT, pt_byte_orig = PT_BYTE;
-    int inserted;
 
     saved_coding = process_coding;
     while (1)