Skip to content

Commit

Permalink
core: cleanup imported crc32
Browse files Browse the repository at this point in the history
- remove unneeded files
- rename files to match our naming standards
  • Loading branch information
arogge committed Aug 22, 2019
1 parent 838aef1 commit f7c2ae6
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 987 deletions.
2 changes: 1 addition & 1 deletion core/src/stored/CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ ENDIF()

set (LIBBAREOSSD_SRCS acquire.cc ansi_label.cc askdir.cc autochanger.cc
autochanger_resource.cc block.cc bsr.cc
butil.cc crc32/Crc32.cpp dev.cc device.cc device_resource.cc
butil.cc crc32/crc32.cc dev.cc device.cc device_resource.cc
ebcdic.cc label.cc lock.cc
mount.cc read_record.cc record.cc reserve.cc scan.cc
sd_backends.cc sd_plugins.cc sd_stats.cc spool.cc
Expand Down
2 changes: 1 addition & 1 deletion core/src/stored/block.cc
Expand Up @@ -31,7 +31,7 @@

#include "include/bareos.h"
#include "stored/stored.h"
#include "stored/crc32/Crc32.h"
#include "stored/crc32/crc32.h"
#include "stored/dev.h"
#include "stored/device.h"
#include "stored/label.h"
Expand Down
546 changes: 0 additions & 546 deletions core/src/stored/crc32/Crc32.ino

This file was deleted.

142 changes: 0 additions & 142 deletions core/src/stored/crc32/Crc32Best.ino

This file was deleted.

173 changes: 0 additions & 173 deletions core/src/stored/crc32/Crc32Test.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions core/src/stored/crc32/Makefile

This file was deleted.

29 changes: 0 additions & 29 deletions core/src/stored/crc32/changelog.md

This file was deleted.

0 comments on commit f7c2ae6

Please sign in to comment.