summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-08-14 20:29:48 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-08-14 20:50:49 -0700
commit4e5efafdb2af08749b9248a865b47697523e2410 (patch)
tree08f13473acf4b6e970180d4043bd624989d3b78d
parent483e15d9af31110d2a34ad20fe010663de5afe19 (diff)
downloadtxr-4e5efafdb2af08749b9248a865b47697523e2410.tar.gz
txr-4e5efafdb2af08749b9248a865b47697523e2410.tar.bz2
txr-4e5efafdb2af08749b9248a865b47697523e2410.zip
ffi: remove redundant assignment.
* ffi.c (int8_s): Remove redundant assignment.
-rw-r--r--ffi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi.c b/ffi.c
index 958a7ef1..0c7dec02 100644
--- a/ffi.c
+++ b/ffi.c
@@ -6338,7 +6338,6 @@ void ffi_init(void)
prot1(&ffi_struct_tag_hash);
uint8_s = intern(lit("uint8"), user_package);
int8_s = intern(lit("int8"), user_package);
- int8_s = intern(lit("int8"), user_package);
uint16_s = intern(lit("uint16"), user_package);
int16_s = intern(lit("int16"), user_package);
uint32_s = intern(lit("uint32"), user_package);