Skip to content

Commit

Permalink
Remove redundant uint64_t typedef
Browse files Browse the repository at this point in the history
This was created by this refactoring patch:
https://codereview.chromium.org/1538743002

R=avi@chromium.org, mark@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2123973003
Cr-Commit-Position: refs/heads/master@{#404201}
  • Loading branch information
dmurph authored and Commit bot committed Jul 7, 2016
1 parent 6f4665b commit 571688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/third_party/symbolize/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef uint64_t uint64_t;

#define HAVE_SYMBOLIZE 1
#define ATTRIBUTE_NOINLINE __attribute__ ((noinline))

0 comments on commit 571688d

Please sign in to comment.