Skip to content

Commit

Permalink
Including atomic_pointer.h in port_posix
Browse files Browse the repository at this point in the history
A recent CL (104348226) created the port_posix library, but omitted: port/atomic_pointer.h.

And when:

    [] test third_party/leveldb:all

was run this error was reported:

    //third_party/leveldb:port_posix does not depend on a
    module exporting 'third_party/leveldb/port/atomic_pointer.h'
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=105243399
  • Loading branch information
cmumford committed Dec 9, 2015
1 parent 889de31 commit f8d205c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion port/port_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <cstdlib>
#include <stdio.h>
#include <string.h>
#include "util/logging.h"

namespace leveldb {
namespace port {
Expand Down

0 comments on commit f8d205c

Please sign in to comment.