Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1757)

Unified Diff: third_party/talloc/talloc.exports

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/talloc/talloc.c ('k') | third_party/talloc/talloc.i » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/talloc/talloc.exports
diff --git a/third_party/talloc/talloc.exports b/third_party/talloc/talloc.exports
deleted file mode 100644
index 1b8062f4a058cf73d710c210733498fda38040aa..0000000000000000000000000000000000000000
--- a/third_party/talloc/talloc.exports
+++ /dev/null
@@ -1,68 +0,0 @@
-# This file is autogenerated, please DO NOT EDIT
-{
- global:
- _talloc;
- _talloc_array;
- _talloc_free;
- _talloc_get_type_abort;
- _talloc_memdup;
- _talloc_move;
- _talloc_realloc;
- _talloc_realloc_array;
- _talloc_reference_loc;
- _talloc_set_destructor;
- _talloc_steal_loc;
- _talloc_zero;
- _talloc_zero_array;
- talloc_asprintf;
- talloc_asprintf_append;
- talloc_asprintf_append_buffer;
- talloc_autofree_context;
- talloc_check_name;
- talloc_disable_null_tracking;
- talloc_enable_leak_report;
- talloc_enable_leak_report_full;
- talloc_enable_null_tracking;
- talloc_enable_null_tracking_no_autofree;
- talloc_find_parent_byname;
- talloc_free_children;
- talloc_get_name;
- talloc_get_size;
- talloc_increase_ref_count;
- talloc_init;
- talloc_is_parent;
- talloc_named;
- talloc_named_const;
- talloc_parent;
- talloc_parent_name;
- talloc_pool;
- talloc_realloc_fn;
- talloc_reference_count;
- talloc_reparent;
- talloc_report;
- talloc_report_depth_cb;
- talloc_report_depth_file;
- talloc_report_full;
- talloc_set_abort_fn;
- talloc_set_log_fn;
- talloc_set_log_stderr;
- talloc_set_name;
- talloc_set_name_const;
- talloc_show_parents;
- talloc_strdup;
- talloc_strdup_append;
- talloc_strdup_append_buffer;
- talloc_strndup;
- talloc_strndup_append;
- talloc_strndup_append_buffer;
- talloc_total_blocks;
- talloc_total_size;
- talloc_unlink;
- talloc_vasprintf;
- talloc_vasprintf_append;
- talloc_vasprintf_append_buffer;
- talloc_version_major;
- talloc_version_minor;
-
- local: *;
-};
« no previous file with comments | « third_party/talloc/talloc.c ('k') | third_party/talloc/talloc.i » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698