Skip to content

Commit 62c4134

Browse files
committed
Remove unused variables.
1 parent 432063b commit 62c4134

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apk add git g++ make gsl-dev git autoconf automake python3-dev py3-pybind11
77

88
# Arguments from docker-compose
99
ARG OMP_NUM_THREADS
10-
ARG QFLEX_BRANCH
1110

1211
# Copy qflex
1312
COPY ./ /qflex

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ services:
88
dockerfile: Dockerfile
99
args:
1010
- OMP_NUM_THREADS=${OMP_NUM_THREADS}
11-
- QFLEX_BRANCH=${QFLEX_BRANCH}
12-
- QFLEX_REPO=${QFLEX_REPO}
1311
qflex-cxx-tests:
1412
image: qflex-cxx-tests
1513
container_name: qflex-cxx-tests

tests/python/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM qflex
33

44
# Arguments from docker-compose
55
ARG OMP_NUM_THREADS
6-
ARG QFLEX_BRANCH
76

87
# Compile tests
98
WORKDIR /qflex/

tests/src/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM qflex
33

44
# Arguments from docker-compose
55
ARG OMP_NUM_THREADS
6-
ARG QFLEX_BRANCH
76

87
# Compile tests
98
WORKDIR /qflex/

0 commit comments

Comments
 (0)