Skip to content

Commit

Permalink
Merge pull request #49 from lsst/tickets/DM-12594
Browse files Browse the repository at this point in the history
DM-12594: Remove daf::base::Citizen
  • Loading branch information
parejkoj committed Jul 1, 2019
2 parents b5ca14a + d28b1c8 commit f8bf62c
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 1,115 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ tests/test_PropertyList
tests/test_PropertySet_1
tests/test_citizen
tests/test_dateTime_1
examples/citizen
136 changes: 0 additions & 136 deletions examples/citizen.cc

This file was deleted.

1 change: 0 additions & 1 deletion include/lsst/daf/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#ifndef LSST_DAF_BASE_H
#define LSST_DAF_BASE_H

#include "lsst/daf/base/Citizen.h"
#include "lsst/daf/base/DateTime.h"
#include "lsst/daf/base/Persistable.h"
#include "lsst/daf/base/PropertySet.h"
Expand Down
149 changes: 0 additions & 149 deletions include/lsst/daf/base/Citizen.h

This file was deleted.

3 changes: 1 addition & 2 deletions include/lsst/daf/base/PropertySet.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#include "boost/any.hpp"

#include "lsst/base.h"
#include "lsst/daf/base/Citizen.h"
#include "lsst/daf/base/Persistable.h"
#include "lsst/pex/exceptions.h"

Expand All @@ -65,7 +64,7 @@ namespace base {
#pragma warning(disable : 444)
#endif

class LSST_EXPORT PropertySet : public Citizen {
class LSST_EXPORT PropertySet {
public:
// Typedefs
typedef std::shared_ptr<PropertySet> Ptr;
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/daf/base/SConscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(['dateTime/dateTime', 'persistable',
'propertyContainer/propertyList', 'propertyContainer/propertySet', 'citizen/citizen'], addUnderscore=False)
'propertyContainer/propertyList', 'propertyContainer/propertySet'], addUnderscore=False)
1 change: 0 additions & 1 deletion python/lsst/daf/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#

from .version import *
from .citizen import *
from .dateTime import *
from .propertyContainer import *
from . import yaml
25 changes: 0 additions & 25 deletions python/lsst/daf/base/citizen/__init__.py

This file was deleted.

35 changes: 0 additions & 35 deletions python/lsst/daf/base/citizen/citizen.cc

This file was deleted.

0 comments on commit f8bf62c

Please sign in to comment.