summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream.h b/stream.h
index 7a5911e6..30b06a85 100644
--- a/stream.h
+++ b/stream.h
@@ -54,8 +54,6 @@ struct strm_ops {
#define std_null (deref(lookup_var_l(nil, stdnull_s)))
loc lookup_var_l(val env, val sym);
-extern val output_produced;
-
extern val dev_k, ino_k, mode_k, nlink_k, uid_k;
extern val gid_k, rdev_k, size_k, blksize_k, blocks_k;
extern val atime_k, mtime_k, ctime_k;