Skip to content

Commit

Permalink
removed unused ETL random files
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg committed Jul 13, 2019
1 parent a812e75 commit 769d017
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 233 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ ETL/test/fixed
ETL/test/handle
ETL/test/hermite
ETL/test/pen
ETL/test/random
ETL/test/smach
ETL/test/smart_ptr
ETL/test/stringf
Expand Down
2 changes: 0 additions & 2 deletions ETL/ETL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(ETL_HEADERS
"${CMAKE_CURRENT_LIST_DIR}/spline"
"${CMAKE_CURRENT_LIST_DIR}/misc"
"${CMAKE_CURRENT_LIST_DIR}/hermite"
"${CMAKE_CURRENT_LIST_DIR}/random"
"${CMAKE_CURRENT_LIST_DIR}/fixed"
"${CMAKE_CURRENT_LIST_DIR}/surface"
"${CMAKE_CURRENT_LIST_DIR}/fastangle"
Expand Down Expand Up @@ -53,7 +52,6 @@ set(ETL_HEADERS
"${CMAKE_CURRENT_LIST_DIR}/etl_config.h"
"${CMAKE_CURRENT_LIST_DIR}/_stringf.h"
"${CMAKE_CURRENT_LIST_DIR}/_calculus.h"
"${CMAKE_CURRENT_LIST_DIR}/_random.h"
"${CMAKE_CURRENT_LIST_DIR}/_misc.h"
"${CMAKE_CURRENT_LIST_DIR}/_hermite.h"
"${CMAKE_CURRENT_LIST_DIR}/_clock_system.h"
Expand Down
2 changes: 0 additions & 2 deletions ETL/ETL/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ etl_HEADERS = \
ipc \
thread \
fixed \
random \
clock \
hermite \
calculus \
Expand All @@ -40,7 +39,6 @@ etl_HEADERS = \
_clock_base.h \
_clock_system.h \
_clock_gettimeofday.h \
_random.h \
_angle.h \
_fastangle.h \
_handle.h \
Expand Down
138 changes: 0 additions & 138 deletions ETL/ETL/_random.h

This file was deleted.

36 changes: 0 additions & 36 deletions ETL/ETL/random

This file was deleted.

3 changes: 0 additions & 3 deletions ETL/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ add_test(test_clock clock)
add_executable(handle handle.cpp)
add_test(test_handle handle)

add_executable(random random.cpp)
add_test(test_random random)

add_executable(hermite hermite.cpp)
add_test(test_hermite hermite)

Expand Down
3 changes: 0 additions & 3 deletions ETL/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ TESTS = \
clock \
handle \
angle \
random \
hermite \
stringf \
pen \
Expand All @@ -32,7 +31,6 @@ check_PROGRAMS = \
handle \
clock \
angle \
random \
hermite \
stringf \
pen \
Expand All @@ -49,7 +47,6 @@ surface_SOURCES=surface.cpp
pen_SOURCES=pen.cpp
handle_SOURCES=handle.cpp
angle_SOURCES=angle.cpp
random_SOURCES=random.cpp
fixed_SOURCES=fixed.cpp
smach_SOURCES=smach.cpp
clock_SOURCES=clock.cpp
Expand Down
48 changes: 0 additions & 48 deletions ETL/test/random.cpp

This file was deleted.

0 comments on commit 769d017

Please sign in to comment.