Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,323
Issues
2,323
List
Boards
Labels
Service Desk
Milestones
Merge Requests
641
Merge Requests
641
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mesa
mesa
Commits
ea25084a
Commit
ea25084a
authored
Jan 19, 2011
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thalloc: Remove reference function
Signed-off-by:
Jakob Bornecrantz
<
jakob@vmware.com
>
parent
2ddc300f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/thalloc/talloc.h
src/thalloc/talloc.h
+0
-7
No files found.
src/thalloc/talloc.h
View file @
ea25084a
...
...
@@ -5,7 +5,6 @@
#ifndef _TALLOC_H_
#define _TALLOC_H_
#include <assert.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
...
...
@@ -40,12 +39,6 @@ talloc_realloc_size(const void *ctx, void *ptr, size_t size) {
return
ret
;
}
static
inline
void
*
talloc_reference
(
const
void
*
ctx
,
const
void
*
ptr
)
{
assert
(
0
);
return
NULL
;
}
#define talloc_set_destructor(_ctx, _des) h_set_destructor(_ctx, _des)
static
inline
void
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment