Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cobalt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBALT
cobalt
Merge requests
!31
Trim COBALT source code
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Trim COBALT source code
trim-dependencies
into
main
Overview
0
Commits
14
Pipelines
0
Changes
2
Merged
Trim COBALT source code
Jan David Mol
requested to merge
trim-dependencies
into
main
Apr 6, 2023
Overview
0
Commits
14
Pipelines
0
Changes
2
Remove unused code and superfluous constructs from the COBALT repo.
0
0
Merge request reports
Viewing commit
6d87df39
Show latest version
2 files
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
6d87df39
Removed unused includes
· 6d87df39
Jan David Mol
authored
Apr 17, 2023
CoInterface/test/tRspStationPacket.cc
+
0
−
1
View file @ 6d87df39
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,7 +9,6 @@
#include
<iostream>
#include
<Common/LofarLogger.h>
#include
<Common/DataConvert.h>
#include
<Stream/FileStream.h>
#include
<CoInterface/RspStationPacket.h>
Loading