Remove unused uname variable

This commit is contained in:
Andrew Eckel 2020-09-16 22:07:13 -04:00
parent 78a37432bd
commit cf30ad66e9

View File

@ -1,5 +1,3 @@
UNAME=$(shell uname)
CCFLAGS=-Wall -Wextra -Wconversion -Wredundant-decls -Wshadow -Wno-unused-parameter -O3
CC=clang
CXX=clang++