Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
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
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
d3a0d16f
Commit
d3a0d16f
authored
2 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix tests
parent
5d1387a5
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llprimitive/tests/llprimitive_test.cpp
+0
-4
0 additions, 4 deletions
indra/llprimitive/tests/llprimitive_test.cpp
with
0 additions
and
4 deletions
indra/llprimitive/tests/llprimitive_test.cpp
+
0
−
4
View file @
d3a0d16f
...
...
@@ -71,13 +71,9 @@ class DummyVolumeMgr : public LLVolumeMgr
S32
mCurrDetailTest
;
};
LLMaterialID
::
LLMaterialID
()
{}
LLMaterialID
::
LLMaterialID
(
LLMaterialID
const
&
m
)
=
default
;
LLMaterialID
::~
LLMaterialID
()
{}
void
LLMaterialID
::
set
(
void
const
*
)
{
}
U8
const
*
LLMaterialID
::
get
()
const
{
return
mID
;
}
LLPrimTextureList
::
LLPrimTextureList
()
{
}
LLPrimTextureList
::~
LLPrimTextureList
()
{
}
S32
LLPrimTextureList
::
setBumpMap
(
const
U8
index
,
const
U8
bump
)
{
return
TEM_CHANGE_NONE
;
}
S32
LLPrimTextureList
::
setOffsetS
(
const
U8
index
,
const
F32
s
)
{
return
TEM_CHANGE_NONE
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment